From: Christian Marangi Date: Wed, 4 Oct 2023 11:27:55 +0000 (+0200) Subject: CI: push-containers: fix concurrency group X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fhauke.git;a=commitdiff_plain;h=4c2eab1c27defd154adcd0c4454248112815ffcc CI: push-containers: fix concurrency group Fix concurrency group for push-containers workflow to handle running on different branches. Signed-off-by: Christian Marangi --- diff --git a/.github/workflows/push-containers.yml b/.github/workflows/push-containers.yml index 5b5140961c..0d41b0a67f 100644 --- a/.github/workflows/push-containers.yml +++ b/.github/workflows/push-containers.yml @@ -14,7 +14,7 @@ permissions: contents: read concurrency: - group: ${{ github.workflow }} + group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: