mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-15 19:42:44 +00:00
Disable fail-fast
This commit is contained in:
parent
02b383b90b
commit
56c9268398
1
.github/workflows/transfer.yml
vendored
1
.github/workflows/transfer.yml
vendored
|
@ -23,6 +23,7 @@ jobs:
|
||||||
needs: setup
|
needs: setup
|
||||||
strategy:
|
strategy:
|
||||||
matrix: ${{ fromJson(needs.setup.outputs.matrix-params) }}
|
matrix: ${{ fromJson(needs.setup.outputs.matrix-params) }}
|
||||||
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout scraping repo
|
- name: Checkout scraping repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue