Disable fail fast for non-generated workflows
This commit is contained in:
parent
c59e05245f
commit
f73b0b70eb
5 changed files with 6 additions and 0 deletions
1
.github/workflows/debug-artifacts.yml
vendored
1
.github/workflows/debug-artifacts.yml
vendored
|
|
@ -22,6 +22,7 @@ on:
|
|||
jobs:
|
||||
upload-artifacts:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
version:
|
||||
- stable-20230403
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue