Skip to content

Commit bd87437

Browse files
authored
Merge pull request #1048 from nf-core/dont-fail-fast
Disable fail-fast in workflow matrix strategy so all configs get tested
2 parents 5d15b1c + e815def commit bd87437

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
name: Run ${{ matrix.profile }} profile
3333
needs: test_all_profiles
3434
strategy:
35+
fail-fast: false
3536
matrix:
3637
profile:
3738
- "abims"

0 commit comments

Comments
 (0)