diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4ab98d14..c3f2c5ab 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -1,22 +1,9 @@ name: 'CodeQL' on: - push: - branches: ['main'] - paths: - - src/** - pull_request: - # The branches below must be a subset of the branches above - branches: ['main'] - paths: - - src/** schedule: - cron: '20 2 * * 0' -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - jobs: analyze: name: Analyze