Change PR test schedule to run every 6 hours (#14218)

This commit is contained in:
Lianmin Zheng
2025-12-01 03:50:58 -08:00
committed by GitHub
parent a2423052f6
commit c4293f59ac
+1 -1
View File
@@ -2,7 +2,7 @@ name: PR Test
on: on:
schedule: schedule:
- cron: '0 */3 * * *' # Run every 3 hours - cron: '0 */6 * * *' # Run every 6 hours
pull_request: pull_request:
branches: [main] branches: [main]
workflow_dispatch: workflow_dispatch: