Reorder GH evens in concurrency expression. (#3077)

Co-authored-by: Igor Klemenski <igklemen@microsoft.com>
This commit is contained in:
Igor Klemenski 2023-11-22 15:37:25 -08:00 коммит произвёл GitHub
Родитель 7214bb1bf1
Коммит 6577bc9dbb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

2
.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: