Include workflow name in the context ref (#22728)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
9139f4be78
Коммит
5cc49cf881
4
.github/workflows/scorecards-analysis.yml
поставляемый
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
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user