From 1ef791296cb091ebe824cda580dfc834b1d4105b Mon Sep 17 00:00:00 2001 From: Wells Bunker Date: Fri, 26 Sep 2025 14:40:23 -0600 Subject: [PATCH] test --- .github/workflows/lint-build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-build-test.yml b/.github/workflows/lint-build-test.yml index 2a74ba8c6..155dd0b30 100644 --- a/.github/workflows/lint-build-test.yml +++ b/.github/workflows/lint-build-test.yml @@ -203,7 +203,7 @@ jobs: # E2E test job - runs after build completes e2e_test: name: End-to-End Test - needs: build + # needs: build runs-on: blacksmith-8vcpu-ubuntu-2404 timeout-minutes: 30 environment: testing