aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2023-10-04 13:27:55 +0200
committerChristian Marangi <ansuelsmth@gmail.com>2023-10-04 13:30:43 +0200
commit07e4352d80d251069488018d90422791e01ee894 (patch)
treef50eab75388120845a5cb184cf14a598736fb61d /.github/workflows
parent3fff6255422c9223fe91ce68dd227ec6942aa688 (diff)
downloadupstream-07e4352d80d251069488018d90422791e01ee894.tar.gz
upstream-07e4352d80d251069488018d90422791e01ee894.tar.bz2
upstream-07e4352d80d251069488018d90422791e01ee894.zip
CI: push-containers: fix concurrency group
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)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/push-containers.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push-containers.yml b/.github/workflows/push-containers.yml
index 28b07244ef..0cfc22b8be 100644
--- a/.github/workflows/push-containers.yml
+++ b/.github/workflows/push-containers.yml
@@ -13,7 +13,7 @@ permissions:
contents: read
concurrency:
- group: ${{ github.workflow }}
+ group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: