Skip to content

Commit

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

0 comments on commit e972e97

Please sign in to comment.