From 0351ccf4babc97cfbac0cb5d59f7db29748fcad2 Mon Sep 17 00:00:00 2001 From: Gerard Snaauw Date: Tue, 29 Oct 2024 10:09:35 +0100 Subject: [PATCH] / is not documented in POSIX cron sytax supported by gh actions --- .github/workflows/codeql-analysis-cron-schedule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis-cron-schedule.yml b/.github/workflows/codeql-analysis-cron-schedule.yml index 5e89f6920..017093a09 100644 --- a/.github/workflows/codeql-analysis-cron-schedule.yml +++ b/.github/workflows/codeql-analysis-cron-schedule.yml @@ -4,7 +4,7 @@ name: "Scheduled CodeQL" on: schedule: - - cron: '*/15 * * * *' + - cron: '0,15,30,45 * * * *' jobs: analyze: