gh-130604: Always run all matrix workflows in GitHub Actions (#130603)

This commit is contained in:
Adam Turner 2025-02-26 21:44:48 +00:00 committed by GitHub
parent 959f43315e
commit fda056e64b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 0 deletions

View file

@ -185,6 +185,7 @@ jobs:
needs: build-context needs: build-context
if: fromJSON(needs.build-context.outputs.run-windows-msi) if: fromJSON(needs.build-context.outputs.run-windows-msi)
strategy: strategy:
fail-fast: false
matrix: matrix:
arch: arch:
- x86 - x86
@ -236,6 +237,7 @@ jobs:
needs: build-context needs: build-context
if: needs.build-context.outputs.run-tests == 'true' if: needs.build-context.outputs.run-tests == 'true'
strategy: strategy:
fail-fast: false
matrix: matrix:
bolt: bolt:
- false - false
@ -452,6 +454,7 @@ jobs:
needs: build-context needs: build-context
if: needs.build-context.outputs.run-tests == 'true' if: needs.build-context.outputs.run-tests == 'true'
strategy: strategy:
fail-fast: false
matrix: matrix:
os: [ubuntu-24.04] os: [ubuntu-24.04]
env: env:
@ -515,6 +518,7 @@ jobs:
needs: build-context needs: build-context
if: needs.build-context.outputs.run-tests == 'true' if: needs.build-context.outputs.run-tests == 'true'
strategy: strategy:
fail-fast: false
matrix: matrix:
free-threading: free-threading:
- false - false

View file

@ -139,6 +139,7 @@ jobs:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
timeout-minutes: 90 timeout-minutes: 90
strategy: strategy:
fail-fast: false
matrix: matrix:
llvm: llvm:
- 19 - 19

View file

@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 10 timeout-minutes: 10
strategy: strategy:
fail-fast: false
matrix: matrix:
include: include:
# if an issue has any of these labels, it will be added # if an issue has any of these labels, it will be added