mirror of
https://github.com/ROCm/jax.git
synced 2025-04-17 12:26:07 +00:00
Merge pull request #21859 from jakevdp:force-windows-run
PiperOrigin-RevId: 643076545
This commit is contained in:
commit
5401e99a7f
3
.github/workflows/windows_ci.yml
vendored
3
.github/workflows/windows_ci.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user