From 24b6d89e7f9c8688b21e2555fa3decef11022b9d Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Fri, 2 Jul 2021 20:34:19 +0300 Subject: [PATCH] Changed CI concurrency group format. This should fix CI and also make concurrncy work for PRs. --- .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 37236a2..49efaba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: - feature/** concurrency: - group: ${{github.head_ref}} + group: ${{format("{0}:{1}", github.repository, github.ref)}} cancel-in-progress: true env: