From 6577bc9dbb8f643aec8f0621f5a7269bedf73c2d Mon Sep 17 00:00:00 2001 From: Igor Klemenski Date: Wed, 22 Nov 2023 15:37:25 -0800 Subject: [PATCH] Reorder GH evens in concurrency expression. (#3077) Co-authored-by: Igor Klemenski --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index ed0f222dd7..30ffc84d9e 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -28,7 +28,7 @@ concurrency: # Allow running concurrently with any commits on any other branch. # Using GITHUB_REF instead of GITHUB_SHA allows parallel runs on # different branches with the same HEAD commit. - group: cicd-${{ github.event.schedule || github.event.after || github.event.pull_request.number || github.ref }} + group: cicd-${{ github.event.schedule || github.event.pull_request.number || github.event.after || github.ref }} cancel-in-progress: true permissions: