Include input values in concurrency groups

This commit is contained in:
Michael B. Gale
2026-01-19 18:53:51 +00:00
parent 03e3f60d99
commit 90f4ffcc7e
56 changed files with 79 additions and 56 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ defaults:
shell: bash
concurrency:
cancel-in-progress: ${{ github.event_name == 'pull_request' || false }}
group: start-proxy-${{ github.ref }}
group: start-proxy-${{github.ref}}
jobs:
start-proxy:
strategy: