]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update names
authorDonghee Na <donghee.na@python.org>
Mon, 30 Oct 2023 14:37:41 +0000 (23:37 +0900)
committerDonghee Na <donghee.na@python.org>
Mon, 30 Oct 2023 14:37:41 +0000 (23:37 +0900)
.github/workflows/build.yml

index 87e41feaada233f395f1c545c44d63c7bdec2dd8..b91e513553dbd7fe4d9a615a153d564c1ee2fd72 100644 (file)
@@ -178,13 +178,13 @@ jobs:
         if: github.event_name == 'pull_request'  # $GITHUB_EVENT_NAME
         run: make check-c-globals
 
-  build_win:
+  build_windows:
     name: 'Windows'
     needs: check_source
     if: needs.check_source.outputs.run_tests == 'true'
     uses: ./.github/workflows/reusable-build-windows.yml
 
-  build_win_free_threaded:
+  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')