From 7f5daa27e7fc6415aa0b52f711959d2bab66cf76 Mon Sep 17 00:00:00 2001 From: Iain Dillingham Date: Wed, 5 Mar 2025 14:38:37 +0000 Subject: [PATCH] Rename concurrency group Giving the concurrency group the same name as a job is confusing, especially when the concurrency group applies to the workflow. Thanks for pointing this out, @alarthast. Naming things is hard, so we rename the concurrency group by adding the suffix "-group". --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6a35c20..0eb273b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ on: branches: - main -concurrency: tag-new-version +concurrency: tag-new-version-group jobs: test-integration: