ci: fix recursive job trigger

This commit is contained in:
xinyangli 2024-12-21 21:39:25 +08:00
parent 133e70967f
commit 5220cceda8
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE
2 changed files with 3 additions and 2 deletions

View file

@ -52,8 +52,9 @@ jobs:
git add eval/
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
git checkout -b deploy-comin
git reset --hard deploy
git push -f origin deploy-comin

View file

@ -7,4 +7,4 @@ builds:
- homeConfigurations.aarch64-linux.*
- darwinConfigurations.*
- nixosConfigurations.*
branch: deploy