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/ci.yml поставляемый
Просмотреть файл

@@ -11,7 +11,7 @@ env:
go-version: "1.19.5"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
cancel-in-progress: ${{ !contains( github.ref , 'heads/ref/master') }}
jobs:
check-mocks:
name: Check mocks