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:
Irem Yuksel
2025-08-27 15:46:34 +00:00
committed by PyTorch MergeBot
parent 28af843ee0
commit a2af6a9d6b

View File

@ -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 }}