From 0c7e95233231e9c8737193d4f8121c853c1815b1 Mon Sep 17 00:00:00 2001 From: lelia Date: Fri, 16 Feb 2024 18:19:19 -0500 Subject: [PATCH 1/2] Use weekly cadence for schedule example Signed-off-by: lelia --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81c9d88..06521f4 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ name: Weekly dependabot checks on: workflow_dispatch: schedule: - - cron: '3 2 1 * *' + - cron: '30 1 * * 6' permissions: issues: write @@ -83,7 +83,7 @@ name: Weekly dependabot checks on: workflow_dispatch: schedule: - - cron: '3 2 1 * *' + - cron: '30 1 * * 6' permissions: issues: write From 053d4691b20beacad9a942b2bf38ad706e2a5337 Mon Sep 17 00:00:00 2001 From: lelia Date: Fri, 16 Feb 2024 18:23:57 -0500 Subject: [PATCH 2/2] Update cron to preserve original 2:03 runtime Signed-off-by: lelia --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06521f4..643ee01 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ name: Weekly dependabot checks on: workflow_dispatch: schedule: - - cron: '30 1 * * 6' + - cron: '3 2 * * 6' permissions: issues: write @@ -83,7 +83,7 @@ name: Weekly dependabot checks on: workflow_dispatch: schedule: - - cron: '30 1 * * 6' + - cron: '3 2 * * 6' permissions: issues: write