From: Andrew Cooper Date: Fri, 30 Aug 2024 18:26:59 +0000 (+0100) Subject: CI: Reduce the CodeQL schedule from weekly to monthly X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=bed1543179bcf4b1cdbd92a10ac40a98130d8831;p=people%2Fandrewcoop%2Fxen-test-framework.git CI: Reduce the CodeQL schedule from weekly to monthly Signed-off-by: Andrew Cooper --- diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 708b27a..ac4cf03 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -5,7 +5,7 @@ on: pull_request: workflow_dispatch: schedule: - - cron: '30 12 * * 3' + - cron: '30 12 1 * 0' jobs: analyse: