Update new CCR workflow

This commit is contained in:
Michael B. Gale
2026-01-21 12:33:08 +00:00
parent f58cb3d53e
commit fa03060d60

4
.github/workflows/__ccr.yml generated vendored
View File

@@ -28,8 +28,8 @@ defaults:
run:
shell: bash
concurrency:
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' || false }}
group: ccr-${{github.ref}}
jobs:
ccr:
strategy: