Skip to content

Commit b387595

Browse files
authored
[#] Disable fail-fast in CI strategy to improve job resilience (#1651)
1 parent 50931e7 commit b387595

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
pull-requests: write
5555

5656
strategy:
57+
fail-fast: false
5758
matrix:
5859
os: [ ubuntu-24.04, ubuntu-22.04, macos-26, macos-15, windows-2025, windows-2022 ]
5960
java-version: [ 17, 21 ]

0 commit comments

Comments
 (0)