Prevent cancellation of CI in master (#23246)

```release-note
NONE
```
Этот коммит содержится в:
Agniva De Sarker
2023-05-03 23:44:00 +05:30
коммит произвёл GitHub
родитель 2e852c06a8
Коммит 44920deab6
5 изменённых файлов: 5 добавлений и 5 удалений

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: