[3.13] gh-124471: Set name for unnamed reusable workflow (GH-124475) (gh-125256)

gh-124471: Set name for unnamed reusable workflow (GH-124475)
(cherry picked from commit e4cab488d4)

Co-authored-by: Donghee Na <donghee.na@python.org>
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:
Miss Islington (bot) 2024-10-10 15:03:45 +02:00 committed by GitHub
parent 47ad32d158
commit 0c43d60e7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 13 additions and 5 deletions

View file

@ -1,6 +1,4 @@
---
name: Change detection
name: Reusable change detection
on: # yamllint disable-line rule:truthy
workflow_call:

View file

@ -1,4 +1,4 @@
name: Docs
name: Reusable Docs
on:
workflow_call:

View file

@ -1,3 +1,5 @@
name: Reusable macOS
on:
workflow_call:
inputs:

View file

@ -1,3 +1,5 @@
name: Reusable Thread Sanitizer
on:
workflow_call:
inputs:

View file

@ -1,3 +1,5 @@
name: Reusable Ubuntu
on:
workflow_call:
inputs:

View file

@ -1,3 +1,5 @@
name: Reusable WASI
on:
workflow_call:
inputs:

View file

@ -1,4 +1,4 @@
name: TestsMSI
name: Reusable Windows MSI
on:
workflow_call:

View file

@ -1,3 +1,5 @@
name: Reusable Windows
on:
workflow_call:
inputs: