mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Run WoArm64 CI every 4 hours (#161504)
Since WoArm64 isn’t part of CI yet, this PR schedules the workflow to increase visibility and insights. It will execute every 4 hours and still support manual runs via the `ciflow/win-arm64` tag. Pull Request resolved: https://github.com/pytorch/pytorch/pull/161504 Approved by: https://github.com/seemethere, https://github.com/atalman
This commit is contained in:
committed by
PyTorch MergeBot
parent
28af843ee0
commit
a2af6a9d6b
3
.github/workflows/win-arm64-build-test.yml
vendored
3
.github/workflows/win-arm64-build-test.yml
vendored
@ -4,6 +4,9 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- ciflow/win-arm64/*
|
||||
schedule:
|
||||
# Every 4 hours starting at 00:00 UTC
|
||||
- cron: '0 */4 * * *'
|
||||
|
||||
env:
|
||||
GIT_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
|
||||
|
Reference in New Issue
Block a user