]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Apply suggestions from code review
authorDonghee Na <donghee.na92@gmail.com>
Mon, 30 Oct 2023 14:35:57 +0000 (23:35 +0900)
committerGitHub <noreply@github.com>
Mon, 30 Oct 2023 14:35:57 +0000 (23:35 +0900)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
.github/workflows/build.yml

index 5c6ece07a57ed5b530e98476ca1797e39f4acaae..29c0f01a7d67430727116c8379791bf65d8d077e 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-win.yml
+    uses: ./.github/workflows/reusable-build-windows.yml
 
   build_win_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-win.yml
+    uses: ./.github/workflows/reusable-build-windows.yml
     with:
       free-threaded: true