From b97803edefe1d486530ba1a526ba261d784c81fc Mon Sep 17 00:00:00 2001 From: Jamy Golden Date: Mon, 20 Jun 2022 23:16:42 +0200 Subject: Change back to weekly cron job --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 1ebf8da..c8a277f 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -2,7 +2,7 @@ name: Update with the latest base16 colorschemes on: workflow_dispatch: schedule: - - cron: "* * * * 0" # https://crontab.guru/every-week + - cron: "0 0 * * 0" # https://crontab.guru/every-week jobs: run: -- cgit v1.2.3