We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e08946e + a128161 commit 4e11676Copy full SHA for 4e11676
1 file changed
.github/workflows/qhelp-pr-preview.yml
@@ -77,7 +77,7 @@ jobs:
77
done < "${RUNNER_TEMP}/paths.txt" >> comment_body.txt
78
exit "${EXIT_CODE}"
79
80
- - if: always()
+ - if: ${{ !cancelled() }}
81
uses: actions/upload-artifact@v3
82
with:
83
name: comment
0 commit comments