Skip to content

Commit 7f61666

Browse files
authored
Merge pull request dhensby#155 from dhensby/pulls/ci
ci: use !cancelled() instead of always()
2 parents 5371ec6 + 802c189 commit 7f61666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: |
9999
echo "# Code coverage" >> $GITHUB_STEP_SUMMARY
100100
npx nyc report | sed --expression='1d;$d' >> $GITHUB_STEP_SUMMARY
101-
if: always()
101+
if: ${{ !cancelled() }}
102102
release:
103103
name: Release
104104
concurrency: release

0 commit comments

Comments
 (0)