Skip to content

Commit

Permalink
fail-fast: false - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Aug 14, 2023
1 parent 8ee86b7 commit 9597448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wipac-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
needs: [py-versions]
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
fail-fast: false
py3: ${{ fromJSON(needs.py-versions.outputs.matrix) }}
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -72,8 +72,8 @@ jobs:
needs: [py-versions]
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
fail-fast: false
py3: ${{ fromJSON(needs.py-versions.outputs.matrix) }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9597448

Please sign in to comment.