commit | a0fe667cd873d380ceca627dcd62adb8c3983986 | [log] [tgz] |
---|---|---|
author | Stella Laurenzo <stellaraccident@gmail.com> | Wed Jan 12 14:31:47 2022 -0800 |
committer | Stella Laurenzo <stellaraccident@gmail.com> | Wed Jan 12 14:31:47 2022 -0800 |
tree | 153306ed688e4b54d2c62c10bad6a0bbd152f353 | |
parent | 50005072d5b3f84b36f35f54f9dd6701b0156e23 [diff] |
Move scheduled release forward to 5am PT. This way it is ready for us first thing in the morning.
diff --git a/.github/workflows/schedule_candidate_release.yml b/.github/workflows/schedule_candidate_release.yml index 993f721..700170e 100644 --- a/.github/workflows/schedule_candidate_release.yml +++ b/.github/workflows/schedule_candidate_release.yml
@@ -2,7 +2,7 @@ on: schedule: - - cron: '0 18 * * *' + - cron: '0 13 * * *' workflow_dispatch: