Skip to content

Commit 6eabef3

Browse files
authored
Changed CRON (#496)
1 parent a69628a commit 6eabef3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ name: Build and deploy production site
66

77
on:
88
schedule:
9-
- cron: '15 2 * * *'
9+
# Monday to Friday, 2:15 in the night
10+
- cron: '15 2 * * 1-5'
1011
workflow_dispatch:
1112

1213
jobs:

0 commit comments

Comments
 (0)