Skip to content

Commit

Permalink
ci: no need to set fail-fast to false
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Jun 28, 2023
1 parent 0a720e1 commit 1dcaf91
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/std.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
needs: [discover, tests]
if: fromJSON(needs.discover.outputs.hits).cli.build != '{}'
strategy:
fail-fast: false
matrix:
target: ${{ fromJSON(needs.discover.outputs.hits).cli.build }}
name: ${{ matrix.target.jobName }}
Expand All @@ -51,7 +50,6 @@ jobs:
needs: [discover, tests]
if: fromJSON(needs.discover.outputs.hits).shells.build != '{}'
strategy:
fail-fast: false
matrix:
target: ${{ fromJSON(needs.discover.outputs.hits).shells.build }}
name: ${{ matrix.target.jobName }}
Expand All @@ -65,7 +63,6 @@ jobs:
needs: discover
if: fromJSON(needs.discover.outputs.hits).checks.check != '{}'
strategy:
fail-fast: false
matrix:
target: ${{ fromJSON(needs.discover.outputs.hits).checks.check }}
name: ${{ matrix.target.jobName }}
Expand Down

0 comments on commit 1dcaf91

Please sign in to comment.