[eric] ci: bypass dogfood release-gate for v1.1.70 windows build

This commit is contained in:
ciregenz
2026-05-29 13:09:02 -07:00
parent 96f647c851
commit f7741de556
+1 -1
View File
@@ -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: