We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae5f2e commit 15a09fdCopy full SHA for 15a09fd
.github/workflows/ci.yaml
@@ -80,6 +80,7 @@ jobs:
80
- run: bundle exec rake compile
81
- run: bundle exec rake test
82
- run: git fetch --no-tags --prune --unshallow origin +refs/heads/*:refs/remotes/origin/*
83
+ if: ${{ !!matrix.coverage }}
84
- run: bundle exec pronto run -f github_pr -c origin/${{ github.base_ref }}
85
if: ${{ !!matrix.coverage }}
86
env:
0 commit comments