Skip to content

Commit

Permalink
Move fail-fast
Browse files Browse the repository at this point in the history
Signed-off-by: Zelin Hao <[email protected]>
  • Loading branch information
zelinh committed Dec 4, 2023
1 parent 4d7f00a commit 300b11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
manifest-checks:
needs: [list-changed-manifests]
runs-on: ubuntu-latest
fail-fast: false
env:
PYTHON_VERSION: 3.9
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.list-changed-manifests.outputs.matrix) }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 300b11c

Please sign in to comment.