From e40c03c551ef697876c2077110d48e3713f3b29b Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 5 Feb 2022 15:35:58 -0500 Subject: [PATCH] use the workflow as part of the concurrency group apparently this fixes the set of `[cancelled]` statuses from the primary branch run when a release PR is opened --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 3e201766d..84e8fc344 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -6,7 +6,7 @@ on: - cron: "0 8 * * *" concurrency: - group: check-${{ github.ref }} + group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: