Skip to content

Commit 9041190

Browse files
authored
ci: disable fail-fast behavior (#90)
there are scenarios where some providers may fail and it may be entirely on downstream dependencies or configurations unrelated to a PR. this change allows a full PR's CI jobs to execute regardless of a failure in another job. Signed-off-by: Tom Carrio <[email protected]>
1 parent 684367c commit 9041190

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/php-ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- providers/Flagd
2121
- providers/Split
2222
- providers/CloudBees
23+
fail-fast: false
2324

2425
# todo exclude some matrix combinations based on php version requirements
2526
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#excluding-matrix-configurations

0 commit comments

Comments
 (0)