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:
Donghee Na 2024-10-10 21:39:53 +09:00 committed by GitHub
parent f9ae5d1cee
commit e4cab488d4
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: