Skip to content

Commit 773b0ad

Browse files
committed
Update cron schedule
1 parent 2c61a64 commit 773b0ad

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/top-ranked-issues.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
name: Update Top Ranked Issues
22

33
on:
4-
# For testing purposes (can be removed later)
5-
pull_request:
64
schedule:
7-
# # Runs every day at 3:00 AM UTC
8-
# - cron: '0 3 * * *'
9-
- cron: '*/10 * * * *'
5+
# Runs every day at 00:00 AM UTC
6+
- cron: '0 0 * * *'
107

118
jobs:
129
run-script:

0 commit comments

Comments
 (0)