From 081e2cab5c90f30490db7c0a256082b707030bf4 Mon Sep 17 00:00:00 2001 From: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com> Date: Thu, 28 Nov 2024 10:28:59 +0100 Subject: [PATCH] Correcting comment Co-authored-by: Oleksandr Levchenkov Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com> --- .github/workflows/index.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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