workflows/eval: evaluate all systems to completion on failure (#367108)

This commit is contained in:
Jörg Thalheim
2024-12-21 15:00:41 +01:00
committed by GitHub
+1
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: