From df7d7d4dfec77ad47567dcfde9b349acd4010829 Mon Sep 17 00:00:00 2001 From: Esteve Fernandez Date: Tue, 19 Aug 2025 17:48:48 +0200 Subject: [PATCH] fix: fix cron schedule for generating bindings Signed-off-by: Esteve Fernandez --- .github/workflows/generate-bindings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-bindings.yml b/.github/workflows/generate-bindings.yml index b9291576..0f3d6564 100644 --- a/.github/workflows/generate-bindings.yml +++ b/.github/workflows/generate-bindings.yml @@ -2,10 +2,10 @@ name: Generate bindings on: schedule: - # Run the CI at 02:22 UTC every Tuesday + # Run the CI at 00:11 UTC every night # We pick an arbitrary time outside of most of the world's work hours # to minimize the likelihood of running alongside a heavy workload. - - cron: '22 2 * * 2' + - cron: '11 0 * * *' workflow_dispatch: env: