ci: readd crons
Some checks failed
ci/woodpecker/pr/flake-lock-update Pipeline is pending
ci/woodpecker/push/checks Pipeline was successful
ci/woodpecker/push/flake-lock-update Pipeline was successful
ci/woodpecker/pr/checks Pipeline failed
ci/woodpecker/cron/flake-lock-update Pipeline is pending
ci/woodpecker/cron/checks Pipeline failed

This commit is contained in:
notohh 2024-01-23 17:19:19 -05:00
parent 12fa47b7b4
commit fceb21f0ab
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -4,6 +4,9 @@ steps:
commands: commands:
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf - echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
- nix flake update - nix flake update
when:
event: cron
cron: "flake-lock-update"
make-pr: make-pr:
image: johnwalkerx/gitea-pull-request-create-plugin:latest image: johnwalkerx/gitea-pull-request-create-plugin:latest
pull: true pull: true
@ -22,3 +25,6 @@ steps:
delete_branch_if_pr_empty: true delete_branch_if_pr_empty: true
merge_when_checks_succeed: false merge_when_checks_succeed: false
delete_branch_after_merge: true delete_branch_after_merge: true
when:
event: cron
cron: "flake-lock-update"