Skip to content

Commit f34f17c

Browse files
feat: Scheduled Deployment ( Fixes #152 )
1 parent 111a682 commit f34f17c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77
branches:
88
- main
99
# and optionally run on a schedule
10-
# schedule:
11-
# for those that don't speak cron, this would try to run 42 minutes past the hour, every hour
12-
# - cron: '42 0-23 * * *'
10+
schedule:
11+
# for those that don't speak cron, this should try to run 23 minutes past the hour, every 3rd hour of the day.
12+
- cron: '23 0,3,6,9,12,15,18,21 * * *'
1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:
1515

0 commit comments

Comments
 (0)