Skip to content

Commit

Permalink
allows all workflows to run even if some fail reordered
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Nov 18, 2024
1 parent c48e270 commit d1fb28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test:
if '!cancelled()':
if: '!cancelled()'
env:
CC: mpicc
FC: mpifort
Expand Down

0 comments on commit d1fb28b

Please sign in to comment.