workflow: disable fail-fast when building packages
This commit is contained in:
parent
1448566c38
commit
09754dbaa8
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-packages.yml
vendored
1
.github/workflows/build-packages.yml
vendored
|
@ -9,6 +9,7 @@ on:
|
|||
jobs:
|
||||
build-packages:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
package:
|
||||
- ${{ inputs.package }}
|
||||
|
|
Loading…
Add table
Reference in a new issue