mirror of https://github.com/python/cpython
gh-124471: Set name for unnamed reusable workflow (#124475)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
This commit is contained in:
parent
f9ae5d1cee
commit
e4cab488d4
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
|
||||
name: Change detection
|
||||
name: Reusable change detection
|
||||
|
||||
on: # yamllint disable-line rule:truthy
|
||||
workflow_call:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: Docs
|
||||
name: Reusable Docs
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
name: Reusable macOS
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
name: Reusable Thread Sanitizer
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
name: Reusable Ubuntu
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
name: Reusable WASI
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: TestsMSI
|
||||
name: Reusable Windows MSI
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
name: Reusable Windows
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
|
|
Loading…
Reference in New Issue