From: Donghee Na Date: Mon, 30 Oct 2023 14:35:57 +0000 (+0900) Subject: Apply suggestions from code review X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69f5ad8c738dd7220e38bace74d46c66760f4ab1;p=thirdparty%2FPython%2Fcpython.git Apply suggestions from code review Co-authored-by: Hugo van Kemenade --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5c6ece07a57e..29c0f01a7d67 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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