Skip to content

Commit

Permalink
Failfast set to false for build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilyes512 committed Mar 17, 2024
1 parent 7115b4b commit d5b7abc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
build:
uses: Ilyes512/github-actions/.github/workflows/build-php.yml@0.2.1
strategy:
fail-fast: false
matrix:
platform:
- linux/amd64
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
build:
uses: Ilyes512/github-actions/.github/workflows/build-php.yml@0.2.1
strategy:
fail-fast: false
matrix:
platform:
- linux/amd64
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
build:
uses: Ilyes512/github-actions/.github/workflows/build-php.yml@0.2.1
strategy:
fail-fast: false
matrix:
platform:
- linux/amd64
Expand Down

0 comments on commit d5b7abc

Please sign in to comment.