chore: force deploying to dogfood from main (#23290)

Always deploy from main for now. We want to keep testing commits to main
as soon as they're merged, so we're going to disable the release
freezing behavior. We will test cut releases on a separate deployment,
upgraded manually.
This commit is contained in:
Dean Sheather
2026-03-20 00:52:30 +11:00
committed by GitHub
parent 1840d6f942
commit 8f78c5145f

View File

@@ -58,6 +58,10 @@ else
fi
log "Deploy branch: $deploy_branch"
# TODO: remove this temporary override
log "OVERRIDE: forcing main as deploy branch"
deploy_branch=main
# Finally, check if the current branch is the deploy branch.
log
if [[ "$branch_name" != "$deploy_branch" ]]; then