Skip to content

Commit bd4df24

Browse files
committed
fix(workflows): ensure fail-fast is disabled for build and release jobs
1 parent 1c365c7 commit bd4df24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-matching-python-tags.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
build-and-release-matrix:
6868
needs: get-tags
6969
strategy:
70+
fail-fast: false
7071
matrix:
7172
tag: ${{ fromJson(needs.get-tags.outputs.tags_json) }}
7273
platform-version: ['24.04', '22.04']
@@ -90,6 +91,7 @@ jobs:
9091
contents: write
9192
actions: read
9293
strategy:
94+
fail-fast: false
9395
matrix:
9496
tag: ${{ fromJson(needs.get-tags.outputs.tags_json) }}
9597
uses: ./.github/workflows/reusable-release-python-tar.yml

0 commit comments

Comments
 (0)