Skip to content

Commit

Permalink
Merge pull request #15589 from jsoref/avoid-always
Browse files Browse the repository at this point in the history
Use `!cancelled` in qhelp-pr-preview workflow
  • Loading branch information
smowton authored Feb 13, 2024
2 parents e08946e + a128161 commit 4e11676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qhelp-pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
done < "${RUNNER_TEMP}/paths.txt" >> comment_body.txt
exit "${EXIT_CODE}"
- if: always()
- if: ${{ !cancelled() }}
uses: actions/upload-artifact@v3
with:
name: comment
Expand Down

0 comments on commit 4e11676

Please sign in to comment.