Skip to content

Commit 21efe5b

Browse files
authored
Update .github/workflows/deploy-website.yml
1 parent b6e1a1e commit 21efe5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-website.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Deploy Nebari website
33
on:
44
workflow_dispatch:
55
schedule:
6+
# * 10:37 every day – 37 just to not trigger exactly at 10:30 like many other;
7+
# 10:37 UTC is 6:30am EST is a bit before the beginning of the day in the US,
68
- cron: "37 10 * * *" # 10:37 UTC daily
79

810
jobs:

0 commit comments

Comments
 (0)