diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index cba0220fcb..b5ba77bf6d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,12 +13,11 @@ name: "CodeQL" on: push: - branches: [ main, * ] + branches: [ main, codeql-checks ] pull_request: # The branches below must be a subset of the branches above branches: [ main ] - schedule: - - cron: '21 9 * * 3' + jobs: analyze: