chore(ci): stop auto-deploying staging-public on nightly tag#23525
Closed
AztecBot wants to merge 1 commit into
Closed
chore(ci): stop auto-deploying staging-public on nightly tag#23525AztecBot wants to merge 1 commit into
AztecBot wants to merge 1 commit into
Conversation
Drop the workflow_run trigger on Nightly Release Tag (v4-next); keep workflow_dispatch as a manual escape hatch.
Contributor
|
this is already contained in merge-train/spartan |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Drops the
workflow_runtrigger on.github/workflows/deploy-staging-public.ymlso the nightly tag no longer kicks off a staging-public deploy.workflow_dispatchis kept so the workflow can still be hand-run from the Actions UI if needed.Requested in
#alerts-staging-public— "we don't want staging-public to deploy anymore".Context: the run that failed last night
The most recent run (26325263985) failed in the reusable
deploy / deploy-networkjob'sCheckoutstep, before any cluster work. Submodule init aborted because every clone hit:…and the retry loop also failed (
Failed to clone 'l1-contracts/lib/circuits' a second time, aborting). All affected submodules are public repos, so the symptom is GitHub's HTTPS endpoint refusing unauthenticated requests and the credential headeractions/checkoutset up for the parent clone not being applied to the submodule URLs. Run #104 (2026-05-22, commit87aa5283) failed the same way, so it isn't a one-off flake — but since staging-public is being retired, fixing the checkout config indeploy-network.ymlis out of scope here. Filing separately if needed for testnet / next-net / mainnet, which share the same job.Test plan
Created by claudebox · group:
slackbot