]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-124471: Set name for unnamed reusable workflow (GH-124475) (gh-125257)
authorDonghee Na <donghee.na@python.org>
Thu, 10 Oct 2024 13:01:41 +0000 (22:01 +0900)
committerGitHub <noreply@github.com>
Thu, 10 Oct 2024 13:01:41 +0000 (13:01 +0000)
(cherry picked from commit e4cab488d4445e8444932f3bed1c329c0d9e5038)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
.github/workflows/reusable-change-detection.yml
.github/workflows/reusable-docs.yml
.github/workflows/reusable-macos.yml
.github/workflows/reusable-tsan.yml
.github/workflows/reusable-ubuntu.yml
.github/workflows/reusable-windows-msi.yml
.github/workflows/reusable-windows.yml

index 6f599f75547ceb1b35efb784adfa8b6bb485c1d9..5cd6fb39f1e12f4a01aabba48e7ac59cd2137436 100644 (file)
@@ -1,6 +1,4 @@
----
-
-name: Change detection
+name: Reusable change detection
 
 on:  # yamllint disable-line rule:truthy
   workflow_call:
index 55c42ff396e05a107151c371d457b25eaee9663e..4d1dc04e8b638a65cd261a34f3d31a890b9ba427 100644 (file)
@@ -1,4 +1,4 @@
-name: Docs
+name: Reusable Docs
 
 on:
   workflow_call:
index 47f5ee2fb638880861cc86094441e49120c56981..6df272c8839f16680038113a2b16f09b4bd712cf 100644 (file)
@@ -1,3 +1,5 @@
+name: Reusable macOS
+
 on:
   workflow_call:
     inputs:
index 96a9c1b0cda3c35ab41bcda8786460f268845b9c..b20ba062d62d63149fb6ee23036263edf2641ca7 100644 (file)
@@ -1,3 +1,5 @@
+name: Reusable Thread Sanitizer
+
 on:
   workflow_call:
     inputs:
index b2ac6f6127d883503b29e9432aeed9dbe32f6f34..a5abec11555083675be014a74e801eeaa9873719 100644 (file)
@@ -1,3 +1,5 @@
+name: Reusable Ubuntu
+
 on:
   workflow_call:
     inputs:
index fc34ab7c3eb1f25e46900245b03cb38be0d6aa93..abdb1a1982fef8da33397c7aa12b2e4c3cc4ffb2 100644 (file)
@@ -1,4 +1,4 @@
-name: TestsMSI
+name: Reusable Windows MSI
 
 on:
   workflow_call:
index 8b886056fe56b8e7523a0cfc1d25e3a318b3e66d..9393328fa1458bb64396c990894047a7c9a7e28e 100644 (file)
@@ -1,3 +1,5 @@
+name: Reusable Windows
+
 on:
   workflow_call:
     inputs: