Skip to content

Commit

Permalink
allows all workflows to run even if some fail
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Nov 18, 2024
1 parent 035df28 commit cac2633
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 @@ -6,8 +6,8 @@ on:
required: true

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

0 comments on commit cac2633

Please sign in to comment.