mirror of
https://github.com/github/codeql-action.git
synced 2026-04-29 18:30:14 +00:00
Use hard-coded concurrency group names instead of github.workflow
Since `github.workflow` will be the caller's name for `workflow_call` events
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ defaults:
|
||||
shell: bash
|
||||
concurrency:
|
||||
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
group: analyze-ref-input-${{ github.ref }}
|
||||
jobs:
|
||||
analyze-ref-input:
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user