CI: push-containers: limit to one concurrent run
[openwrt/staging/svanheule.git] / .github / workflows / push-containers.yml
index 4045dfaa294241300bc09507d2707782e1b8dc1b..cc13cda5725e9be7ed424580a33a005fb7513486 100644 (file)
@@ -11,6 +11,10 @@ on:
 permissions:
   contents: read
 
+concurrency:
+  group: ${{ github.workflow }}
+  cancel-in-progress: true
+
 jobs:
   build-linux-buildbot:
     name: Build tools with buildbot container