From 179397204515a2ea9ec8f848a959e595ffc3664b Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Sat, 24 Jun 2023 22:28:45 -0700 Subject: [PATCH] Run daily --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8a33e694151b40..2ecf27ee932310 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -18,8 +18,8 @@ on: # push: # branches: [ "master", "sve*", "test_event_*", "v1.*" ] # pull_request: -# schedule: -# - cron: '27 4 * * 2' + schedule: + - cron: '0 5 * * *' concurrency: group: ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }}