Skip to content

Commit

Permalink
Run continuous tests hourly to boost statistics for analysis
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 509409873
  • Loading branch information
mkruskal-google committed Feb 14, 2023
1 parent de8bb71 commit 9a5e86d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ name: Tests
on:
# continuous
schedule:
# Run daily at 10 AM UTC (2 AM PDT)
- cron: 0 10 * * *
# TODO(mkruskal) Run daily at 10 AM UTC (2 AM PDT)
# Run every hour for now to gather statistics
- cron: 0 * * * *

# postsubmit
push:
Expand Down

0 comments on commit 9a5e86d

Please sign in to comment.