From da5edaf1b4c9ab90c21aeff3b45bd9fcd3ac82e9 Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Wed, 7 Oct 2020 09:59:53 -0700 Subject: [PATCH] Change time in template This template proposes a time which is our peak load for Actions, would this time work better for our customers? Fixes https://github.com/github/codeql-action/issues/258 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7e91d629..e517dfa76 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ on: # │ │ │ │ │ # │ │ │ │ │ # * * * * * - - cron: '0 0 * * 0' + - cron: '30 1 * * 0' jobs: CodeQL-Build: