| commit | 745749cb0af61c97691981eb0426d497cee23b13 | [log] [tgz] |
|---|---|---|
| author | CindyLiu <hcindyl@google.com> | Fri Jan 14 07:26:57 2022 +0000 |
| committer | GitHub <noreply@github.com> | Thu Jan 13 23:26:57 2022 -0800 |
| tree | 8e54484a86d7ce748f7fd095e130a5e4fbcb9a13 | |
| parent | ea3000ac1b389b8512e2e5632196250e57246aef [diff] |
Move scheduled release forward to 2am PST. (#8113) To ensure it is ready for the `iree-sample` daily test at 8am PST.
diff --git a/.github/workflows/schedule_candidate_release.yml b/.github/workflows/schedule_candidate_release.yml index 700170e..2674546 100644 --- a/.github/workflows/schedule_candidate_release.yml +++ b/.github/workflows/schedule_candidate_release.yml
@@ -2,7 +2,7 @@ on: schedule: - - cron: '0 13 * * *' + - cron: '0 10 * * *' workflow_dispatch: