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

(cherry picked from commit e4cab488d4)

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:
Donghee Na 2024-10-10 22:01:41 +09:00 committed by GitHub
parent 01daccff3c
commit 74df3a79d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 11 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,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: