Skip to content

Commit

Permalink
fix: fail-fast parameter (#251)
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 authored Apr 18, 2024
1 parent fdb24be commit 82f1652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- check-version-for-debug
uses: ./.github/workflows/_sync-version.yaml
strategy:
fail-fast: true
fail-fast: false
max-parallel: ${{ fromJson(needs.check-version.outputs.TAG_DIFF_LIST_JSON_LEN) }}
matrix:
# TODO: change job id
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- check-version
uses: ./.github/workflows/_sync-version.yaml
strategy:
fail-fast: true
fail-fast: false
max-parallel: ${{ fromJson(needs.check-version.outputs.TAG_DIFF_LIST_JSON_LEN) }}
matrix:
vald_checkout_src_tag_ref: ${{ fromJson(needs.check-version.outputs.TAG_DIFF_LIST_JSON) }}
Expand Down

0 comments on commit 82f1652

Please sign in to comment.