From bd6d4d5d2d963e6c8159d48dd1e10c7bed1aa1da Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 11 May 2023 10:50:09 +0200 Subject: [PATCH] Event-name for concurrency group? --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f07c4a75..2abe8823e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ on: - cron: '0 5 * * 4' concurrency: - group: "${{ github.workflow }}-${{ github.ref }}${{ github.head_ref }}" + group: "${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}" cancel-in-progress: true permissions: repository-projects: read