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 удалений

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

@@ -5,6 +5,10 @@ on:
schedule:
- cron: '44 6 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ !contains( github.ref , 'heads/ref/master') }}
# Declare default permissions as read only.
permissions: read-all