From a6c9fc1a14411a5c564eaf1d03e8faa826e8740b Mon Sep 17 00:00:00 2001 From: Theodore Song Date: Sat, 22 Aug 2026 08:15:49 -0400 Subject: [PATCH] Delay Build 121 retry past quota window --- .github/workflows/release-build-121.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-build-121.yml b/.github/workflows/release-build-121.yml index 2bc4f36..dab7395 100644 --- a/.github/workflows/release-build-121.yml +++ b/.github/workflows/release-build-121.yml @@ -2,7 +2,7 @@ name: Release Build 121 after Vercel quota reset on: schedule: - - cron: "15 8 23 8 *" + - cron: "15 13 23 8 *" workflow_dispatch: permissions: