Skip to content

Commit 1b6740c

Browse files
committed
reduce event update to once a day
1 parent 797f061 commit 1b6740c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fetch-event-node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Fetch Discord Events (Node.js)
22

33
on:
44
schedule:
5-
# Run every 4 hours
6-
- cron: '0 8,12,16,20 * * *'
5+
# Run once a day at 20:00
6+
- cron: '0 20 * * *'
77
workflow_dispatch: # Allows for a manual run
88

99
jobs:

0 commit comments

Comments
 (0)