Skip to content

Commit

Permalink
Merge pull request #7 from dhensby/pulls/ci
Browse files Browse the repository at this point in the history
ci: use !cancelled() instead of always()
  • Loading branch information
dhensby authored Sep 14, 2023
2 parents 05cfa84 + 1ae3ffa commit f3b854a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
run: |
echo "# Code coverage" >> $GITHUB_STEP_SUMMARY
npx nyc report | sed --expression='1d;$d' >> $GITHUB_STEP_SUMMARY
if: always()
if: ${{ !cancelled() }}
runaction:
needs:
- commitlint
Expand Down

0 comments on commit f3b854a

Please sign in to comment.