From 8505dc19b622f66d43cc28b586989c58d3eb56fa Mon Sep 17 00:00:00 2001 From: neuronori Date: Sat, 20 Jun 2026 03:46:16 +0000 Subject: [PATCH] Revert ci: allow real e2e to fail without failing entire workflow --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2bb6e2..0e044e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,8 +63,6 @@ jobs: name: Real E2E (Providers x Transports) runs-on: ubuntu-latest timeout-minutes: 25 - # Skip on push/PR: external carriers often block GitHub Actions IPs - continue-on-error: true steps: - uses: actions/checkout@v4 with: