fix(ci): stop dropping pending main workflow runs

This commit is contained in:
Tak Hoffman
2026-03-24 12:34:46 -05:00
parent d58d90074f
commit 240479abef
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ on:
type: string
concurrency:
group: docker-release-${{ github.workflow }}-${{ github.event_name == 'workflow_dispatch' && inputs.tag || github.ref }}
group: ${{ github.event_name == 'workflow_dispatch' && format('docker-release-manual-{0}', inputs.tag) || format('docker-release-push-{0}', github.run_id) }}
cancel-in-progress: false
env: