diff --git a/.github/workflows/index.yml b/.github/workflows/index.yml index 2b3a650..4e1b60f 100644 --- a/.github/workflows/index.yml +++ b/.github/workflows/index.yml @@ -2,7 +2,7 @@ name: Index (cron) permissions: {} on: schedule: - - cron: "*/15 * * * *" # Run every hour + - cron: "*/15 * * * *" # Run every 15 minutes concurrency: group: index cancel-in-progress: false