From b96b1cfc0dcd20944dcf3e1b25d290c8ae374845 Mon Sep 17 00:00:00 2001 From: Dominion Date: Sat, 29 Apr 2023 11:53:35 -0400 Subject: [PATCH] I think the last job might have gotten cancelled because pull_request_target ran simultaneously? --- .github/workflows/ci-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index 4456f2f71e..26c92ff1e7 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -25,7 +25,7 @@ env: TGS_RELEASE_NOTES_TOKEN: ${{ secrets.DEV_PUSH_TOKEN }} concurrency: - group: "ci-${{ github.event.number || github.head_ref }}" + group: "ci-${{ github.event.number || github.head_ref }}-${{ github.event_name }}" cancel-in-progress: true jobs: