workflows/eval: evaluate all systems to completion on failure
Failing fast hides system-specific evaluation failures, because all of the currently 4 jobs appear as failed.
This commit is contained in:
1
.github/workflows/eval.yml
vendored
1
.github/workflows/eval.yml
vendored
@@ -81,6 +81,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [ attrs, get-merge-commit ]
|
needs: [ attrs, get-merge-commit ]
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
system: ${{ fromJSON(needs.attrs.outputs.systems) }}
|
system: ${{ fromJSON(needs.attrs.outputs.systems) }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user