From 22e45ae8c9e09043178531fc9b29d209c4eaa4af Mon Sep 17 00:00:00 2001 From: Travis Steinmetz Date: Thu, 8 Jul 2021 11:59:47 -0400 Subject: [PATCH 1/2] updating with notes regarding cron timings --- .github/workflows/codeql-analysis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d88597a9..efe481a1 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -18,6 +18,8 @@ on: # The branches below must be a subset of the branches above 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 - cron: '37 1 * * 6' jobs: From 24daeda04fc0829cc164495ae7fcdc7566b35acb Mon Sep 17 00:00:00 2001 From: Travis Steinmetz Date: Thu, 8 Jul 2021 13:34:54 -0400 Subject: [PATCH 2/2] 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: