commit | 06eb4740c665c442f68c314c03586b595d370827 | [log] [tgz] |
---|---|---|
author | Stella Laurenzo <stellaraccident@gmail.com> | Fri Oct 01 05:00:07 2021 +0000 |
committer | Stella Laurenzo <stellaraccident@gmail.com> | Fri Oct 01 05:00:07 2021 +0000 |
tree | c97e5238de56ca99860e3e2a2b7ebc0a0fe81cfa | |
parent | 58ee939b37e6420c3a19dee31f9796fcfd259be7 [diff] |
Change release schedule to 11PM/11AM PDT. Better aligns with being able to triage two releases per day during business hours.
diff --git a/.github/workflows/schedule_snapshot_release.yml b/.github/workflows/schedule_snapshot_release.yml index 006d2a2..79b15b4 100644 --- a/.github/workflows/schedule_snapshot_release.yml +++ b/.github/workflows/schedule_snapshot_release.yml
@@ -2,7 +2,7 @@ on: schedule: - - cron: '0 10,22 * * *' + - cron: '0 6,18 * * *' workflow_dispatch: