CI: push-containers: fix concurrency group
[openwrt/staging/jow.git] / .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: