From 3534920bb95843dcc0c8b5798299613f4a32be52 Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Mon, 26 Jun 2023 11:11:22 -0700 Subject: [PATCH] Removing concurrency --- .github/workflows/codeql.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0d895acdc04fad..6b150397783138 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -21,10 +21,6 @@ on: 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 }} - cancel-in-progress: true - jobs: analyze: uses: project-chip/connectedhomeip/.github/workflows/build.yaml@master