Fix workflow concurrency issue (#1159)

This commit is contained in:
Bianca Henderson
2026-06-26 11:41:08 -04:00
committed by GitHub
parent 8bf31513f5
commit bb80dde66d

View File

@@ -2,7 +2,7 @@
name: all_green name: all_green
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} group: ${{ github.head_ref || github.ref }}
cancel-in-progress: true cancel-in-progress: true
on: # yamllint disable-line rule:truthy on: # yamllint disable-line rule:truthy