Skip to content

Commit

Permalink
added concurrency check
Browse files Browse the repository at this point in the history
  • Loading branch information
tippmar-nr committed Dec 21, 2023
1 parent 6a74363 commit 3e4e95b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
schedule:
- cron: '20 3 * * 1'

# only allow one instance of this workflow to be running per PR or branch, cancels any that are already running
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
analyze-dotnet:
name: Analyze .NET
Expand Down

0 comments on commit 3e4e95b

Please sign in to comment.