From 2dd81db78bde03896da27db75cd89aafe8bbb677 Mon Sep 17 00:00:00 2001 From: Renato Alcara Date: Tue, 17 Feb 2026 11:00:24 -0300 Subject: [PATCH] Change cron schedule for WAProto update workflow --- .github/workflows/update-proto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-proto.yml b/.github/workflows/update-proto.yml index 8ccb55b3..c4590b39 100644 --- a/.github/workflows/update-proto.yml +++ b/.github/workflows/update-proto.yml @@ -2,7 +2,7 @@ name: Update WAProto on: schedule: - - cron: '10 1 * * *' + - cron: '0 3 * * *' workflow_dispatch: permissions: