CI: Modify concurrency for packer validator
[releng/builder.git] / .github / workflows / gerrit-packer-verify.yaml
index 0f64cb783c9ea9aea1e4569468d7227e01fb085d..cbda498d9a3bd00d0c4b9accecb53e617fd4d603 100644 (file)
@@ -50,7 +50,7 @@ env:
   PACKER_VERSION: "1.9.1"
 
 concurrency:
-  group: ${{ github.event.inputs.GERRIT_CHANGE_ID || github.run_id }}
+  group: packer-${{ github.event.inputs.GERRIT_CHANGE_ID || github.run_id }}
   cancel-in-progress: true
 
 jobs: