Merge pull request #21859 from jakevdp:force-windows-run

PiperOrigin-RevId: 643076545
This commit is contained in:
jax authors 2024-06-13 11:59:57 -07:00
commit 5401e99a7f

View File

@ -3,6 +3,8 @@ on:
schedule:
- cron: "0 12 * * *" # Daily at 12:00 UTC
workflow_dispatch: # allows triggering the workflow run manually
pull_request:
types: [ labeled ] # allow force-windows-run label
env:
DISTUTILS_USE_SDK: 1
@ -10,6 +12,7 @@ env:
jobs:
win-wheels:
if: ${{ (github.event.action != 'labeled') || (github.event.label.name == 'windows:force-run')}}
strategy:
fail-fast: true
matrix: