]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-124471: Set name for unnamed reusable workflow (GH-124475) (gh-125256)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 10 Oct 2024 13:03:45 +0000 (15:03 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Oct 2024 13:03:45 +0000 (13:03 +0000)
gh-124471: Set name for unnamed reusable workflow (GH-124475)
(cherry picked from commit e4cab488d4445e8444932f3bed1c329c0d9e5038)

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>
.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 eef6be75003e83dc73997ecd3aa4b9be9de4bb3c..577d7496a42dbfce977edf59ee304c90696ceacc 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 753d51712f55eada3ef4c9fbe3b42c5f66ea402c..eadaec9265ba47af95c085cf4f0353f30c017646 100644 (file)
@@ -1,3 +1,5 @@
+name: Reusable Ubuntu
+
 on:
   workflow_call:
     inputs:
index ffa143b3457e5a70c683b3e357a6b710e902f9ae..051d403b9c2595f91ea9d244b3812f4f6d56b2c3 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: