Skip to content

Commit

Permalink
try this if form
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Dec 4, 2024
1 parent 4b24ca9 commit 2a9a2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
# This statement avoids failures in another instance (another compiler) to cancel this run
# it also prevents canceling the run using the cancel button on the github website
# another form (if: success() || failure()) should allow the cancel button to work but tests with that form didnt act as expected
if: always()
if: ${{ ! cancelled() }}
env:
CC: mpicc
FC: mpifort
Expand Down

0 comments on commit 2a9a2b4

Please sign in to comment.