Skip to content

Commit 9a5e86d

Browse files
Run continuous tests hourly to boost statistics for analysis
PiperOrigin-RevId: 509409873
1 parent de8bb71 commit 9a5e86d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test_runner.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ name: Tests
1212
on:
1313
# continuous
1414
schedule:
15-
# Run daily at 10 AM UTC (2 AM PDT)
16-
- cron: 0 10 * * *
15+
# TODO(mkruskal) Run daily at 10 AM UTC (2 AM PDT)
16+
# Run every hour for now to gather statistics
17+
- cron: 0 * * * *
1718

1819
# postsubmit
1920
push:

0 commit comments

Comments
 (0)