Skip to content

Commit

Permalink
ci: reduce git-checkout depth
Browse files Browse the repository at this point in the history
  • Loading branch information
sbinet committed Apr 4, 2022
1 parent ddf2dc7 commit 7a3ff60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 1

- name: Cache-Go
uses: actions/cache@v1
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: cgo deps
run: |
sudo apt-get update
Expand Down

0 comments on commit 7a3ff60

Please sign in to comment.