mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-25 08:13:13 +00:00
Re-enable fail-fast
This commit is contained in:
parent
81ba2fdc80
commit
c21dec05ad
2
.github/workflows/transfer.yml
vendored
2
.github/workflows/transfer.yml
vendored
|
@ -24,7 +24,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
|
fail-fast: true
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout scraping repo
|
- name: Checkout scraping repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue