Fix concurrency group for push-containers workflow to handle running on different branches. Signed-off-by: Christian Marangi <[email protected]>
@@ -14,7 +14,7 @@ permissions:
contents: read
concurrency:
- group: ${{ github.workflow }}
+ group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: