Skip to content

Commit

Permalink
!cancelled()
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Feb 4, 2025
1 parent 6364fe4 commit 3717611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:

report:
name: Report results
if: ${{ github.event_name != 'push' }}
if: ${{ !cancelled() && github.event_name != 'push' }}
needs: [run-qns, implementations]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3717611

Please sign in to comment.