Skip to content

Commit

Permalink
ci: use a treeless git clone for otel sidecar dev builds
Browse files Browse the repository at this point in the history
  • Loading branch information
swiatekm committed Dec 14, 2023
1 parent fe4e153 commit ea6b79e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dev_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
filter: tree:0
fetch-depth: 0
- name: Setup go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit ea6b79e

Please sign in to comment.