Skip to content

Commit

Permalink
Merge pull request cri-o#7780 from saschagrunert/matrix-fail-fast
Browse files Browse the repository at this point in the history
GitHub actions: Don't fail-fast matrix
  • Loading branch information
openshift-merge-bot[bot] committed Feb 14, 2024
2 parents 5d40e65 + ea8f105 commit 7d47844
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ permissions:
jobs:
test-binaries:
strategy:
fail-fast: false
matrix:
run:
- runner: ubuntu-latest
Expand Down Expand Up @@ -59,6 +60,7 @@ jobs:
integration:
needs: test-binaries
strategy:
fail-fast: false
matrix:
run:
- name: critest / conmon
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ jobs:

unit:
strategy:
fail-fast: false
matrix:
run:
- runner: ubuntu-latest
Expand Down

0 comments on commit 7d47844

Please sign in to comment.