add concurrency limitation to gh actions (#22638)

Этот коммит содержится в:
Ibrahim Serdar Acikgoz
2023-03-24 17:04:15 +03:00
коммит произвёл GitHub
родитель 176a58617d
Коммит 5c857e9df3
4 изменённых файлов: 13 добавлений и 0 удалений

3
.github/workflows/channels-ci.yml поставляемый
Просмотреть файл

@@ -5,6 +5,9 @@ on:
branches:
- master
- mono-repo*
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
defaults:
run:
shell: bash

3
.github/workflows/ci.yml поставляемый
Просмотреть файл

@@ -7,6 +7,9 @@ on:
- cloud
- release-*
- mono-repo*
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check-mocks:
name: Check mocks

4
.github/workflows/codeql-analysis.yml поставляемый
Просмотреть файл

@@ -1,5 +1,9 @@
name: "CodeQL"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
# The branches below must be a subset of the branches above

3
.github/workflows/e2e-ci.yml поставляемый
Просмотреть файл

@@ -5,6 +5,9 @@ on:
branches:
- master
- mono-repo*
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
defaults:
run:
shell: bash