mirror of
https://github.com/python/cpython.git
synced 2025-10-01 12:52:18 +00:00
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
869a2f3d1f
commit
69f5ad8c73
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue