Skip to content

Commit 7c41f91

Browse files
committed
[temp] don't fail fast
Signed-off-by: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com>
1 parent 0e43292 commit 7c41f91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ValidatePullRequest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
# See: https://github.com/actions/runner/issues/2205
9090
if: ${{ !cancelled() && !failure() }}
9191
strategy:
92-
fail-fast: true
92+
fail-fast: false
9393
matrix:
9494
hypervisor: [hyperv, 'hyperv-ws2025', mshv3, kvm]
9595
cpu: [amd, intel]
@@ -112,7 +112,7 @@ jobs:
112112
# See: https://github.com/actions/runner/issues/2205
113113
if: ${{ !cancelled() && !failure() }}
114114
strategy:
115-
fail-fast: true
115+
fail-fast: false
116116
matrix:
117117
hypervisor: [hyperv, 'hyperv-ws2025', mshv3, kvm]
118118
cpu: [amd, intel]

0 commit comments

Comments
 (0)