From 0d2802fb58a81526a985316ef3c7900213d66ec3 Mon Sep 17 00:00:00 2001 From: Florian Jensen Date: Sat, 6 Nov 2021 18:04:16 +0100 Subject: [PATCH] Scheduled frequency change --- .github/workflows/check-latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-latest.yml b/.github/workflows/check-latest.yml index eca1a6a..d2f6630 100644 --- a/.github/workflows/check-latest.yml +++ b/.github/workflows/check-latest.yml @@ -3,7 +3,7 @@ name: Check for updates on: schedule: # * is a special character in YAML so you have to quote this string - - cron: '*/5 * * * *' + - cron: '15 */3 * * *' workflow_dispatch: jobs: