diff --git a/.github/workflows/all_green_check.yaml b/.github/workflows/all_green_check.yaml index 1a71c1f0..2a266a72 100644 --- a/.github/workflows/all_green_check.yaml +++ b/.github/workflows/all_green_check.yaml @@ -2,7 +2,7 @@ name: all_green concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} + group: ${{ github.head_ref || github.ref }} cancel-in-progress: true on: # yamllint disable-line rule:truthy