From 1089d0c46adbc04fd4c1f68076fec5e299cee2a9 Mon Sep 17 00:00:00 2001 From: forcodedancing Date: Wed, 29 May 2024 13:54:21 +0800 Subject: [PATCH] fix ci workflow --- .github/workflows/integration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 1eea7d1f86..e7f886e33e 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -6,7 +6,7 @@ on: pull_request: merge_group: push: - branches: [main] + branches: [ main ] env: CARGO_TERM_COLOR: always @@ -28,7 +28,7 @@ jobs: - network: ethereum extra-features: "" - network: optimism - extra-features: "opbnb" + extra-features: "" timeout-minutes: 60 steps: - uses: actions/checkout@v4 @@ -84,7 +84,7 @@ jobs: name: integration success runs-on: ubuntu-latest if: always() - needs: [test] + needs: [ test ] timeout-minutes: 30 steps: - name: Decide whether the needed jobs succeeded or failed