From ee4942a94147aeec91c47ac0c8655c975db83dc4 Mon Sep 17 00:00:00 2001 From: Robbi Nespu Date: Thu, 9 Sep 2021 11:59:47 +0800 Subject: [PATCH] Run once a week (runs at 00:00 UTC on Sat) * Instead of scanning everyday, let run once a week. * Runs at 00:00 UTC on Sat. --- .github/workflows/lychee.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lychee.yml b/.github/workflows/lychee.yml index 4e0f9ec..d2c30f9 100644 --- a/.github/workflows/lychee.yml +++ b/.github/workflows/lychee.yml @@ -4,7 +4,7 @@ on: push: pull_request: schedule: - - cron: '0 */6 * * *' + - cron: '00 0 * * 6' jobs: links: