Skip to content

Commit

Permalink
Removing concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple authored Jun 26, 2023
1 parent 5b47fba commit 31b0571
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31b0571

Please sign in to comment.