Skip to content

ci(tempo): run testnet on PRs#14479

Merged
zerosnacks merged 3 commits intomasterfrom
ci/tempo-enable-devnet-testnet
Apr 28, 2026
Merged

ci(tempo): run testnet on PRs#14479
zerosnacks merged 3 commits intomasterfrom
ci/tempo-enable-devnet-testnet

Conversation

@zerosnacks
Copy link
Copy Markdown
Member

@zerosnacks zerosnacks commented Apr 28, 2026

Motivation

In ci-tempo.yml, the testnet and mainnet steps gate solely on github.event.inputs.network, which is only populated for workflow_dispatch runs. As a result, on PRs (e.g. https://github.com/foundry-rs/foundry/actions/runs/25039986722/job/73340587511?pr=14445) those steps are skipped — only the build runs.

Changes

  • Run the testnet check step on pull_request events (in addition to matching workflow_dispatch inputs).
  • Refresh the TODO comment on the still-disabled devnet steps to clarify they remain off pending devnet stabilization.
  • Mainnet remains gated to manual workflow_dispatch only.

grandizzy
grandizzy previously approved these changes Apr 28, 2026
figtracer
figtracer previously approved these changes Apr 28, 2026
@zerosnacks zerosnacks dismissed stale reviews from figtracer and grandizzy via 5d13dae April 28, 2026 08:07
@zerosnacks zerosnacks changed the title ci(tempo): re-enable devnet steps and run testnet on PRs ci(tempo): run testnet on PRs Apr 28, 2026
@zerosnacks zerosnacks merged commit 23b6298 into master Apr 28, 2026
29 of 32 checks passed
@zerosnacks zerosnacks deleted the ci/tempo-enable-devnet-testnet branch April 28, 2026 09:56
@github-project-automation github-project-automation Bot moved this to Done in Foundry Apr 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

5 participants