From e85223929cba94f2877e007fe83b1768f7fb4fd7 Mon Sep 17 00:00:00 2001 From: stumpylog <797416+stumpylog@users.noreply.github.com> Date: Fri, 17 Jul 2026 15:27:55 -0700 Subject: [PATCH] Fix: increase checks-discovery-timeout for Wait for Docker Build The Merge and Push Manifest check isn't materialized until the build-arch matrix completes (its `if` gates on a job output), which routinely takes longer than the action's 60s discovery window, causing the release workflow to bail before Docker builds finish. --- .github/workflows/ci-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index bdc8969e1..648a3c445 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -26,6 +26,7 @@ jobs: check-name: 'Merge and Push Manifest' repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 60 + checks-discovery-timeout: 1800 build-release: name: Build Release needs: wait-for-docker