Include workflow name in the context ref (#22728)

Этот коммит содержится в:
Ibrahim Serdar Acikgoz
2023-03-30 14:01:55 +03:00
коммит произвёл GitHub
родитель 9139f4be78
Коммит 5cc49cf881
5 изменённых файлов: 8 добавлений и 4 удалений

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

@@ -2,7 +2,7 @@ name: "CodeQL"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
cancel-in-progress: ${{ !contains( github.ref , 'heads/ref/master') }}
on:
pull_request: