From c11ac61ebe86b51af862d54bd2ecc12c4c34a797 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 15 Jun 2022 20:51:54 +0200 Subject: [PATCH] Reduce PRs --- .github/workflows/updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index fb72ba0..5084590 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: # Run it every day at 6:00 UTC schedule: - - cron: '0 6 * * *' + - cron: '0 6 */7 * *' jobs: updater: runs-on: ubuntu-latest