add concurrency limitation to gh actions (#22638)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
176a58617d
Коммит
5c857e9df3
4
.github/workflows/codeql-analysis.yml
поставляемый
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
|
||||
|
||||
Ссылка в новой задаче
Block a user