Skip to content

Commit 15a09fd

Browse files
committed
Skip needless git fetch, too
1 parent 3ae5f2e commit 15a09fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
- run: bundle exec rake compile
8181
- run: bundle exec rake test
8282
- run: git fetch --no-tags --prune --unshallow origin +refs/heads/*:refs/remotes/origin/*
83+
if: ${{ !!matrix.coverage }}
8384
- run: bundle exec pronto run -f github_pr -c origin/${{ github.base_ref }}
8485
if: ${{ !!matrix.coverage }}
8586
env:

0 commit comments

Comments
 (0)