Skip to content

Commit 5fcdb78

Browse files
committed
Update cron schedule to every 10 min
1 parent 76eb246 commit 5fcdb78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
# For testing purposes (can be removed later)
55
pull_request:
66
schedule:
7-
# Runs every day at 3:00 AM UTC
8-
- cron: '0 3 * * *'
9-
7+
# # Runs every day at 3:00 AM UTC
8+
# - cron: '0 3 * * *'
9+
- cron: */10 * * * *
1010
jobs:
1111
run-script:
1212
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)