Skip to content

Commit 31b0571

Browse files
authored
Removing concurrency
1 parent 5b47fba commit 31b0571

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/codeql.yml

-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ on:
2121
schedule:
2222
- cron: '0 5 * * *'
2323

24-
concurrency:
25-
group: ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }}
26-
cancel-in-progress: true
27-
2824
jobs:
2925
analyze:
3026
uses: project-chip/connectedhomeip/.github/workflows/build.yaml@master

0 commit comments

Comments
 (0)