From: Andrew Grimberg Date: Thu, 27 Jul 2023 14:55:46 +0000 (-0700) Subject: CI: Modify concurrency for packer validator X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=96344ea57e6daf5c901aa012d2b5693a130d0cda;p=releng%2Fbuilder.git CI: Modify concurrency for packer validator Both the base validator and packer validator had the same concurrency group. This causes GHA to semi-randomly pick one of the two jobs to keep running. Signed-off-by: Andrew Grimberg Change-Id: I0cc380d4009651718c2d15bb0b83caf37b679607 --- diff --git a/.github/workflows/gerrit-packer-verify.yaml b/.github/workflows/gerrit-packer-verify.yaml index 0f64cb783c..cbda498d9a 100644 --- a/.github/workflows/gerrit-packer-verify.yaml +++ b/.github/workflows/gerrit-packer-verify.yaml @@ -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: