From 24daeda04fc0829cc164495ae7fcdc7566b35acb Mon Sep 17 00:00:00 2001 From: Travis Steinmetz Date: Thu, 8 Jul 2021 13:34:54 -0400 Subject: [PATCH] cron pattern description --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index efe481a1..b1fa71dc 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -19,7 +19,7 @@ on: branches: [ master ] schedule: # Reference: https://support.acquia.com/hc/en-us/articles/360004224494-Cron-time-string-format - # Every Saturday (6 - 0 and 7 represent Sunday) at 01:37 aka 1:37 am + # Every Saturday (6 - 0 and 7 represent Sunday) at 01:37 aka 1:37 am not sure of the locale - cron: '37 1 * * 6' jobs: