Skip to content

Commit 87b57c6

Browse files
authored
Update deploy.yml
1 parent 247aeeb commit 87b57c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- ep2024
77
schedule:
8-
- cron: "*/10 * * * *" # every 10 minutes
8+
- cron: "0 0 * * 0" # every week
99
workflow_dispatch:
1010

1111
jobs:

0 commit comments

Comments
 (0)