From f98ce7422dc18545b88fb20101f07b5395ad39a9 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 23 Jun 2022 14:33:20 +0200 Subject: [PATCH] too much updates --- .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