]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-124471: Set name for unnamed reusable workflow (#124475)
authorDonghee Na <donghee.na@python.org>
Thu, 10 Oct 2024 12:39:53 +0000 (21:39 +0900)
committerGitHub <noreply@github.com>
Thu, 10 Oct 2024 12:39:53 +0000 (12:39 +0000)
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-wasi.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 7755cb431bd3015d39f4e0187a35ee2b02b16000..3809f24dcc977e6d50546d154b528d83f4933088 100644 (file)
@@ -1,4 +1,4 @@
-name: Docs
+name: Reusable Docs
 
 on:
   workflow_call:
index b4227545887ad162f389b92588650b21d7a27f67..b3a160fbbf8053ab7701bb6fb21b94281146fa96 100644 (file)
@@ -1,3 +1,5 @@
+name: Reusable macOS
+
 on:
   workflow_call:
     inputs:
index 27f4eacd86fd958451eb076f8e63b79282496070..f4c976ca996410e6f4845af93795d55d38e47ddd 100644 (file)
@@ -1,3 +1,5 @@
+name: Reusable Thread Sanitizer
+
 on:
   workflow_call:
     inputs:
index 769f1210de4d3cd2837bde2cdfbe4b224be5a94d..0cf40ba8a9b03b15d79e143052cc6585e10aaf0d 100644 (file)
@@ -1,3 +1,5 @@
+name: Reusable Ubuntu
+
 on:
   workflow_call:
     inputs:
index 1b1a68c0badc76311238d0f9036999389c1ff7aa..4c8137c958a3128851ea147f6ffa5de5983a9f53 100644 (file)
@@ -1,3 +1,5 @@
+name: Reusable WASI
+
 on:
   workflow_call:
     inputs:
index fc34ab7c3eb1f25e46900245b03cb38be0d6aa93..abdb1a1982fef8da33397c7aa12b2e4c3cc4ffb2 100644 (file)
@@ -1,4 +1,4 @@
-name: TestsMSI
+name: Reusable Windows MSI
 
 on:
   workflow_call:
index e9c3c8e05a801c47e2f2cddf7fe1e0b19a244d5c..dcfc62d7f5d1456d3289b92f4291cd5e9860714e 100644 (file)
@@ -1,3 +1,5 @@
+name: Reusable Windows
+
 on:
   workflow_call:
     inputs: