]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-111062: CI: Rename reusable-build-[X].yml to reusable-[X].yml (#111552)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Tue, 31 Oct 2023 15:55:17 +0000 (17:55 +0200)
committerGitHub <noreply@github.com>
Tue, 31 Oct 2023 15:55:17 +0000 (15:55 +0000)
.github/workflows/build.yml
.github/workflows/reusable-macos.yml [moved from .github/workflows/reusable-build-macos.yml with 100% similarity]
.github/workflows/reusable-ubuntu.yml [moved from .github/workflows/reusable-build-ubuntu.yml with 100% similarity]
.github/workflows/reusable-windows.yml [moved from .github/workflows/reusable-build-windows.yml with 100% similarity]

index 2d4197d4a29825e5502a2066825cca83fac12433..d54fdaeb0929c89674569af0713d6d3dade8c307 100644 (file)
@@ -182,13 +182,13 @@ jobs:
     name: 'Windows'
     needs: check_source
     if: needs.check_source.outputs.run_tests == 'true'
-    uses: ./.github/workflows/reusable-build-windows.yml
+    uses: ./.github/workflows/reusable-windows.yml
 
   build_windows_free_threaded:
     name: 'Windows (free-threaded)'
     needs: check_source
     if: needs.check_source.outputs.run_tests == 'true' && contains(github.event.pull_request.labels.*.name, 'topic-free-threaded')
-    uses: ./.github/workflows/reusable-build-windows.yml
+    uses: ./.github/workflows/reusable-windows.yml
     with:
       free-threaded: true
 
@@ -196,7 +196,7 @@ jobs:
     name: 'macOS'
     needs: check_source
     if: needs.check_source.outputs.run_tests == 'true'
-    uses: ./.github/workflows/reusable-build-macos.yml
+    uses: ./.github/workflows/reusable-macos.yml
     with:
       config_hash: ${{ needs.check_source.outputs.config_hash }}
 
@@ -204,7 +204,7 @@ jobs:
     name: 'macOS (free-threaded)'
     needs: check_source
     if: needs.check_source.outputs.run_tests == 'true' && contains(github.event.pull_request.labels.*.name, 'topic-free-threaded')
-    uses: ./.github/workflows/reusable-build-macos.yml
+    uses: ./.github/workflows/reusable-macos.yml
     with:
       config_hash: ${{ needs.check_source.outputs.config_hash }}
       free-threaded: true
@@ -213,7 +213,7 @@ jobs:
     name: 'Ubuntu'
     needs: check_source
     if: needs.check_source.outputs.run_tests == 'true'
-    uses: ./.github/workflows/reusable-build-ubuntu.yml
+    uses: ./.github/workflows/reusable-ubuntu.yml
     with:
       config_hash: ${{ needs.check_source.outputs.config_hash }}
       options: |
@@ -226,7 +226,7 @@ jobs:
     name: 'Ubuntu (free-threaded)'
     needs: check_source
     if: needs.check_source.outputs.run_tests == 'true' && contains(github.event.pull_request.labels.*.name, 'topic-free-threaded')
-    uses: ./.github/workflows/reusable-build-ubuntu.yml
+    uses: ./.github/workflows/reusable-ubuntu.yml
     with:
       config_hash: ${{ needs.check_source.outputs.config_hash }}
       options: |