From 10d4bba527042bfd4f9d8a45c65a6dc30f16b2eb Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Tue, 21 May 2024 11:11:48 -0700 Subject: [PATCH] bump cron date --- .github/workflows/R-CMD-check-occasional.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/R-CMD-check-occasional.yaml b/.github/workflows/R-CMD-check-occasional.yaml index ad3b9508a..e975e7f2f 100644 --- a/.github/workflows/R-CMD-check-occasional.yaml +++ b/.github/workflows/R-CMD-check-occasional.yaml @@ -1,6 +1,6 @@ on: schedule: - - cron: '17 13 21 * *' # 18th of month at 13:17 UTC + - cron: '17 13 22 * *' # 22nd of month at 13:17 UTC # A more complete suite of checks to run monthly; each PR/merge need not pass all these, but they should pass before CRAN release name: R-CMD-check-occasional