ci: run protected branch actions to completion

This commit is contained in:
Elliot DeNolf
2024-05-13 19:30:02 -04:00
parent 3abc2e8328
commit 48af78278d

View File

@@ -12,7 +12,8 @@ on:
- beta
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
# <workflow_name>-<branch_name>-<true || commit_sha if branch is protected>
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.ref_protected && github.sha || ''}}
cancel-in-progress: true
env: