коммит произвёл
GitHub
родитель
2e852c06a8
Коммит
44920deab6
2
.github/workflows/codeql-analysis.yml
поставляемый
2
.github/workflows/codeql-analysis.yml
поставляемый
@@ -2,7 +2,7 @@ name: "CodeQL"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: ${{ !contains( github.ref , 'heads/ref/master') }}
|
||||
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
Ссылка в новой задаче
Block a user