From 7f92743a8140852fc150ffade3fcef4cdcb4910d Mon Sep 17 00:00:00 2001 From: Devon Bear Date: Mon, 6 Nov 2023 17:48:58 -0500 Subject: [PATCH] fix(ci): cancel seperately --- .github/workflows/e2e.yml | 2 +- .github/workflows/pipeline.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 76dfe56e9..4b147cab8 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -21,7 +21,7 @@ name: e2e concurrency: - group: ci-${{ github.ref }}-tests + group: ci-${{ github.ref }}-e2e cancel-in-progress: true on: diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 75fa89be5..432787a5c 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -27,7 +27,7 @@ on: - main concurrency: - group: ci-${{ github.ref }}-tests + group: ci-${{ github.ref }}-pipeline cancel-in-progress: true jobs: