Removing concurrency
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 0d895ac..6b15039 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -21,10 +21,6 @@
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