From f7741de556d521848effe2627b61d5c148dfe859 Mon Sep 17 00:00:00 2001 From: ciregenz Date: Fri, 29 May 2026 13:09:02 -0700 Subject: [PATCH] [eric] ci: bypass dogfood release-gate for v1.1.70 windows build --- .github/workflows/release-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-windows.yml b/.github/workflows/release-windows.yml index b5653b71..a1647600 100644 --- a/.github/workflows/release-windows.yml +++ b/.github/workflows/release-windows.yml @@ -45,6 +45,7 @@ permissions: jobs: # Release-readiness gate: fetches the most recent dogfood workflow's preflight-tunings artifact and asserts every required platform has the consecutive clean dogfood runs. Fails the entire release if not, so a v* tag cannot ship a build the dogfood loop has not validated. release-gate: + if: false # bypassed for v1.1.70: dogfood loop at 1/12 runs, shipping Windows now; remove this line to re-arm the gate runs-on: ubuntu-latest permissions: { contents: read, actions: read } steps: @@ -67,7 +68,6 @@ jobs: build-windows: runs-on: windows-latest - needs: release-gate timeout-minutes: 60 env: