Skip to content

Commit f3b854a

Browse files
authored
Merge pull request tediousjs#7 from dhensby/pulls/ci
ci: use !cancelled() instead of always()
2 parents 05cfa84 + 1ae3ffa commit f3b854a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
run: |
117117
echo "# Code coverage" >> $GITHUB_STEP_SUMMARY
118118
npx nyc report | sed --expression='1d;$d' >> $GITHUB_STEP_SUMMARY
119-
if: always()
119+
if: ${{ !cancelled() }}
120120
runaction:
121121
needs:
122122
- commitlint

0 commit comments

Comments
 (0)