Skip to content

Commit 4e11676

Browse files
authored
Merge pull request github#15589 from jsoref/avoid-always
Use `!cancelled` in qhelp-pr-preview workflow
2 parents e08946e + a128161 commit 4e11676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qhelp-pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
done < "${RUNNER_TEMP}/paths.txt" >> comment_body.txt
7878
exit "${EXIT_CODE}"
7979
80-
- if: always()
80+
- if: ${{ !cancelled() }}
8181
uses: actions/upload-artifact@v3
8282
with:
8383
name: comment

0 commit comments

Comments
 (0)