Run continuous tests hourly to boost statistics for analysis

PiperOrigin-RevId: 509409873
pull/11943/head
Mike Kruskal 2 years ago
parent de8bb714e2
commit 9a5e86d452
  1. 5
      .github/workflows/test_runner.yml

@ -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:

Loading…
Cancel
Save