Skip to content

Commit

Permalink
workflows/eval: evaluate all systems to completion on failure (#367108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored Dec 21, 2024
2 parents 5eb695c + a9dbb26 commit 3c6867e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/eval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
runs-on: ubuntu-latest
needs: [ attrs, get-merge-commit ]
strategy:
fail-fast: false
matrix:
system: ${{ fromJSON(needs.attrs.outputs.systems) }}
steps:
Expand Down

0 comments on commit 3c6867e

Please sign in to comment.