CI: push-containers: fix concurrency group
authorChristian Marangi <ansuelsmth@gmail.com>
Wed, 4 Oct 2023 11:27:55 +0000 (13:27 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Wed, 4 Oct 2023 11:30:43 +0000 (13:30 +0200)
Fix concurrency group for push-containers workflow to handle running on
different branches.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit 4c2eab1c27defd154adcd0c4454248112815ffcc)

.github/workflows/push-containers.yml

index 28b07244ef6c98caab6da3a54df0b0102f44378a..0cfc22b8bea106fa9c6e03e8750d098c72b60c88 100644 (file)
@@ -13,7 +13,7 @@ permissions:
   contents: read
 
 concurrency:
-  group: ${{ github.workflow }}
+  group: ${{ github.workflow }}-${{ github.ref }}
   cancel-in-progress: true
 
 jobs: