pr-test: schedule 3x -> 2x; fix extra gate skipped on schedule (#25872)

This commit is contained in:
Liangsheng Yin
2026-05-20 03:58:54 -07:00
committed by GitHub
parent 1bd4f94598
commit eccd5c8253
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ run-name: >-
on:
schedule:
- cron: '0 1,9,17 * * *' # Run 3x daily: 2am / 10am / 6pm Pacific (PDT)
- cron: '0 11,23 * * *' # Run 2x daily, 12h apart, off PR-push peaks
pull_request:
branches: [main]
workflow_dispatch: