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
|
||||
strategy:
|
||||
matrix: ${{ fromJson(needs.setup.outputs.matrix-params) }}
|
||||
fail-fast: false
|
||||
steps:
|
||||
- name: Checkout scraping repo
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in a new issue