From: Christian Marangi Date: Wed, 4 Oct 2023 11:27:55 +0000 (+0200) Subject: CI: push-containers: fix concurrency group X-Git-Tag: v23.05.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07e4352d80d251069488018d90422791e01ee894;p=thirdparty%2Fopenwrt.git CI: push-containers: fix concurrency group Fix concurrency group for push-containers workflow to handle running on different branches. Signed-off-by: Christian Marangi (cherry picked from commit 4c2eab1c27defd154adcd0c4454248112815ffcc) --- diff --git a/.github/workflows/push-containers.yml b/.github/workflows/push-containers.yml index 28b07244ef6..0cfc22b8bea 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: