only run one update at a time
This commit is contained in:
parent
2dde95ff67
commit
eedd589f89
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
- name: Update flake.lock
|
||||
run: nix flake update
|
||||
- name: Run update script
|
||||
run: yes '' | nix-shell ./scripts/update.nix
|
||||
run: yes '' | nix-shell ./scripts/update.nix --argstr max-workers 1
|
||||
- name: Format
|
||||
run: nix fmt
|
||||
- name: Delete secrets
|
||||
|
|
Reference in a new issue