Skip to content

Commit 6bfd3af

Browse files
committed
Disable fail-fast option for the build of WIP branches on CI
When a build fails, GitHub default behaviour is to cancel all the build that are still running. This makes it harder to figure out what happened.
1 parent e790107 commit 6bfd3af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scheduler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
jobs:
1111
build-snapshots:
1212
strategy:
13+
fail-fast: false
1314
matrix:
1415
branch: [ 'wip/2.4', 'wip/3.0', 'wip/3.1', 'wip/4.0', 'wip/4.1' ]
1516
uses: ./.github/workflows/build.yml

0 commit comments

Comments
 (0)