Use a more friendly release time and day of week

"0 18 * * 1-4":
  "At 18:00 on every day-of-week from Monday through Thursday."

  PT  - 10 am
  CT  - 12 pm
  ET  -  1 pm
  UTC -  6 pm
This commit is contained in:
Zach Borboa
2023-02-26 09:43:18 -08:00
parent 70e0c7fe75
commit ffc0a3e798
+1 -1
View File
@@ -2,7 +2,7 @@ name: release
on:
schedule:
- cron: '0 1 * * *'
- cron: '0 18 * * 1-4'
workflow_dispatch:
jobs: