From ca818edfe80c05f873ef9255e12158e2ce60430d Mon Sep 17 00:00:00 2001 From: Sam Abbott Date: Mon, 11 Oct 2021 22:40:18 +0100 Subject: [PATCH] Only run CRON check once a week --- .github/workflows/check-full.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-full.yaml b/.github/workflows/check-full.yaml index 9646e6219..5a9dbdd90 100644 --- a/.github/workflows/check-full.yaml +++ b/.github/workflows/check-full.yaml @@ -9,7 +9,7 @@ name: R-CMD-check branches: - master schedule: - - cron: '0 0 * * *' + - cron: '0 0 * * 1' pull_request: branches: - '*'