Skip to content

Commit

Permalink
Update codeql-analysis.yml concurrency in CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Jan 8, 2024
1 parent 98a2cc2 commit affd6e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
- cpp
- python

concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}-${{
matrix.language }}
cancel-in-progress: true
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
Expand Down

0 comments on commit affd6e9

Please sign in to comment.