From f93c2e118da22cbf7b2a4ce5c0f30432d4a1598f Mon Sep 17 00:00:00 2001 From: Alberto Torres Date: Tue, 1 Sep 2026 10:22:58 +0200 Subject: [PATCH] ci: run Security Updates weekly instead of daily Restores the weekly schedule, which was overwritten back to daily by 'sync: update from python-copier-template' (#94). The job finishes in well under a minute but is billed a full minute per run, so a daily schedule is almost entirely rounding overhead. --- .github/workflows/security-updates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-updates.yml b/.github/workflows/security-updates.yml index 63bc708..f321e30 100644 --- a/.github/workflows/security-updates.yml +++ b/.github/workflows/security-updates.yml @@ -2,7 +2,7 @@ name: Security Updates on: schedule: - - cron: "30 3 * * *" + - cron: "37 3 * * 1" workflow_dispatch: permissions: