ci: fix recursive job trigger
This commit is contained in:
parent
133e70967f
commit
5220cceda8
2 changed files with 3 additions and 2 deletions
3
.github/workflows/eval.yaml
vendored
3
.github/workflows/eval.yaml
vendored
|
@ -52,8 +52,9 @@ jobs:
|
||||||
git add eval/
|
git add eval/
|
||||||
git commit -m "Update deployment configurations for all hosts"
|
git commit -m "Update deployment configurations for all hosts"
|
||||||
|
|
||||||
git push origin deploy-comin-eval
|
git push -f origin deploy-comin-eval
|
||||||
|
|
||||||
# After success, reset deploy-comin to new deploy
|
# After success, reset deploy-comin to new deploy
|
||||||
git checkout -b deploy-comin
|
git checkout -b deploy-comin
|
||||||
git reset --hard deploy
|
git reset --hard deploy
|
||||||
|
git push -f origin deploy-comin
|
||||||
|
|
|
@ -7,4 +7,4 @@ builds:
|
||||||
- homeConfigurations.aarch64-linux.*
|
- homeConfigurations.aarch64-linux.*
|
||||||
- darwinConfigurations.*
|
- darwinConfigurations.*
|
||||||
- nixosConfigurations.*
|
- nixosConfigurations.*
|
||||||
|
branch: deploy
|
||||||
|
|
Loading…
Add table
Reference in a new issue