1 parent 845c2e8 commit a15a449Copy full SHA for a15a449
1 file changed
.github/workflows/gpu-integ-tests.yml
@@ -1,11 +1,11 @@
1
name: GPU Integ Tests
2
on:
3
schedule:
4
- # US Pacific (PST, UTC-8): 12:00 AM / 2:00 AM / 4:00 AM -> 08/10/12 UTC.
+ # US Pacific (PST, UTC-8): 10:00 PM / 1:00 AM / 4:00 AM -> 06/09/12 UTC.
5
# All three fire within the same UTC day so the run-level CloudWatch metric
6
# (GpuIntegRunFailure) aggregates correctly per day.
7
- - cron: "0 8 * * *"
8
- - cron: "0 10 * * *"
+ - cron: "0 6 * * *"
+ - cron: "0 9 * * *"
9
- cron: "0 12 * * *"
10
workflow_dispatch:
11
0 commit comments