Do not cancel other nixpkgs release builds if one of them is failing
This commit is contained in:
parent
dd031227ab
commit
8814ec0324
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -7,6 +7,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
images:
|
images:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
tag:
|
tag:
|
||||||
- nixos-22.11
|
- nixos-22.11
|
||||||
|
|
Loading…
Reference in a new issue