Skip to content

Commit

Permalink
Reorder GH evens in concurrency expression. (microsoft#3077)
Browse files Browse the repository at this point in the history
Co-authored-by: Igor Klemenski <[email protected]>
  • Loading branch information
rectified95 and Igor Klemenski authored Nov 22, 2023
1 parent 7214bb1 commit 6577bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6577bc9

Please sign in to comment.