mirror of
https://github.com/github/codeql-action.git
synced 2026-04-28 18:08:53 +00:00
Add concurrency settings to PR checks
This commit is contained in:
+3
@@ -37,6 +37,9 @@ on:
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
concurrency:
|
||||
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
jobs:
|
||||
analyze-ref-input:
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user