From a9a809faf2af64b5b00b5320c3d2c5d24a517598 Mon Sep 17 00:00:00 2001 From: Ankitsinghsisodya Date: Wed, 1 Apr 2026 23:59:58 +0530 Subject: [PATCH] ci: reduce update-builder schedule from hourly to every 4 hours The builder image is published by an external team and does not change hourly. Running 24 times/day instead of 6 wastes ~18 runner-hours/day for no benefit. Align with the cadence used by all other update workflows. Closes knative/func#3563 --- .github/workflows/update-builder.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-builder.yaml b/.github/workflows/update-builder.yaml index 8eb707e733..1c3d41db22 100644 --- a/.github/workflows/update-builder.yaml +++ b/.github/workflows/update-builder.yaml @@ -2,7 +2,7 @@ name: Update builder-jammy-full image on: schedule: - - cron: '0 * * * *' + - cron: '0 */4 * * *' workflow_dispatch: jobs: