Skip to content

Commit 208894b

Browse files
feat(CI): run the action 4 times a day
1 parent 78568bc commit 208894b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
branches: [master, main]
88
# Allows you to run this workflow manually from the Actions tab on GitHub.
99
workflow_dispatch:
10+
schedule:
11+
- cron: '0 0 * * *' # 12:00 AM UTC (midnight)
12+
- cron: '0 6 * * *' # 6:00 AM UTC
13+
- cron: '0 12 * * *' # 12:00 PM UTC (noon)
14+
- cron: '0 18 * * *' # 6:00 PM UTC
1015

1116
# Allow this job to clone the repo and create a page deployment
1217
permissions:

0 commit comments

Comments
 (0)