Apply suggestions from code review

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Donghee Na 2023-10-30 23:35:57 +09:00 committed by GitHub
parent 869a2f3d1f
commit 69f5ad8c73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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