Skip to content

Commit 25a2f0e

Browse files
Copilotm-aciek
andcommitted
Add fail-fast: false to matrix strategy to not cancel other versions on failure
Agent-Logs-Url: https://github.com/m-aciek/python-docs-offline/sessions/86dcc8d5-bc72-43ad-ad6b-64e168f986dc Co-authored-by: m-aciek <9288014+m-aciek@users.noreply.github.com>
1 parent e8337ea commit 25a2f0e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/schedule.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
build:
2222
needs: get-versions
2323
strategy:
24+
fail-fast: false
2425
matrix:
2526
include: ${{ fromJson(needs.get-versions.outputs.versions) }}
2627
uses: ./.github/workflows/build.yaml

0 commit comments

Comments
 (0)