Skip to content

Commit d447b29

Browse files
mkruskal-googlecopybara-github
authored andcommitted
Run continuous tests hourly to boost statistics for analysis
PiperOrigin-RevId: 509409873
1 parent 35e8927 commit d447b29

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.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)