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:
Michael B. Gale
2026-01-19 18:43:17 +00:00
parent 1ec7dd2bc4
commit 778f83ff16
56 changed files with 56 additions and 56 deletions
+1 -1
View File
@@ -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: