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:27:55 +0000 (13:27 +0200)
Fix concurrency group for push-containers workflow to handle running on
different branches.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
.github/workflows/push-containers.yml

index 5b5140961cd047dca7504050f77fc9085aa20bb5..0d41b0a67f81868d32b3a304c1f1d908883e684d 100644 (file)
@@ -14,7 +14,7 @@ permissions:
   contents: read
 
 concurrency:
-  group: ${{ github.workflow }}
+  group: ${{ github.workflow }}-${{ github.ref }}
   cancel-in-progress: true
 
 jobs: