From 041880c0ad803c5d7184545aa1ab7e2f584e6068 Mon Sep 17 00:00:00 2001 From: Derek Cofausper <256792747+decofe@users.noreply.github.com> Date: Tue, 31 Mar 2026 12:58:19 +0000 Subject: [PATCH] fix(ci): add continue-on-error to tempo-foundry-test job tempo-foundry currently fails to build against latest tempo due to alloy-evm 0.29/0.30 incompatibility. The job is already listed in alls-green allowed-failures, but alls-green v1.2.2 has a known bug that still blocks the merge queue. continue-on-error works around this. Co-authored-by: Tanishk Goyal <64212892+legion2002@users.noreply.github.com> Amp-Thread-ID: https://ampcode.com/threads/T-019d43cc-1315-735a-b492-a8f9d349ec38 --- .github/workflows/specs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/specs.yml b/.github/workflows/specs.yml index 20c5b865aa..22fd140814 100644 --- a/.github/workflows/specs.yml +++ b/.github/workflows/specs.yml @@ -144,6 +144,7 @@ jobs: if: github.repository == 'tempoxyz/tempo' && needs.check-specs-changes.outputs.should_run == 'true' runs-on: depot-ubuntu-latest-8 timeout-minutes: 60 + continue-on-error: true permissions: contents: read steps: