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:
Wolfgang Walther
2024-12-21 14:05:30 +01:00
parent 6d63b94c57
commit a9dbb26f48

View File

@@ -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: