diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9855f5f4cabf10..3d5b0cf8e57c24 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -7,14 +7,11 @@ on: - dev - rc - master - pull_request: - branches: - - dev schedule: - cron: "30 18 * * 4" concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: