diff --git a/.github/workflows/checkIndexes.yaml b/.github/workflows/checkIndexes.yaml index 5f484ec3c..436251fdb 100644 --- a/.github/workflows/checkIndexes.yaml +++ b/.github/workflows/checkIndexes.yaml @@ -28,7 +28,7 @@ on: - main # This will trigger on every push (merge) to the 'main' branch schedule: - - cron: "0/30 7-16 * * 1-5" # Every 30 minutes, between 07:00 AM and 04:59 PM, Monday through Friday + - cron: "2/00 7-16 * * 1-5" # Every 30 minutes, between 07:00 AM and 04:59 PM, Monday through Friday env: GLOBAL_REGEX: "arm_gcc_clang|arm_mikroc|clocks|database|dspic|^images$|mikroe_utils|avr|pic|preinit|riscv|schemas|unit_test_lib|.+[device|tool]_support$|^codegrip_pack"