Skip to content

Commit 171a059

Browse files
committed
Run every ten minutes
1 parent 9862ee8 commit 171a059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conference-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Sched's API rate limits are very limited, so we sync non-critical part of the data on a cron.
22
on:
33
schedule:
4-
- cron: "*/1 * * * *" # every minute
4+
- cron: "*/10 * * * *" # every ten minutes
55

66
jobs:
77
sync:

0 commit comments

Comments
 (0)