From fceb21f0aba6efd4d360d0fc46f7ebf41a9268d7 Mon Sep 17 00:00:00 2001 From: notohh Date: Tue, 23 Jan 2024 17:19:19 -0500 Subject: [PATCH] ci: readd crons --- .woodpecker/flake-lock-update.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.woodpecker/flake-lock-update.yml b/.woodpecker/flake-lock-update.yml index 58b2726..1e76bc0 100644 --- a/.woodpecker/flake-lock-update.yml +++ b/.woodpecker/flake-lock-update.yml @@ -4,6 +4,9 @@ steps: commands: - echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf - nix flake update + when: + event: cron + cron: "flake-lock-update" make-pr: image: johnwalkerx/gitea-pull-request-create-plugin:latest pull: true @@ -22,3 +25,6 @@ steps: delete_branch_if_pr_empty: true merge_when_checks_succeed: false delete_branch_after_merge: true + when: + event: cron + cron: "flake-lock-update"