Skip to content

Commit

Permalink
ci: disable fail-fast behavior (#90)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
tcarrio authored Jul 21, 2023
1 parent 684367c commit 9041190
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/php-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- providers/Flagd
- providers/Split
- providers/CloudBees
fail-fast: false

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

0 comments on commit 9041190

Please sign in to comment.