Skip to content

Commit 2b69855

Browse files
committed
Schedule deploy once per month (instead of per day)
This reduces the API token quota
1 parent b5b8fc9 commit 2b69855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
branches: [master]
88
schedule:
9-
- cron: "0 18 * * *"
9+
- cron: "0 18 1 * *"
1010
repository_dispatch:
1111
workflow_dispatch:
1212

0 commit comments

Comments
 (0)