Skip to content

Commit

Permalink
Configure concurrency for build
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Oct 10, 2023
1 parent 55f3c3c commit 9afdc1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

steps:
- name: Checkout repository
Expand Down

0 comments on commit 9afdc1f

Please sign in to comment.