Skip to content

Commit

Permalink
fix ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
forcodedancing committed May 29, 2024
1 parent 90a0d6c commit 1089d0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
merge_group:
push:
branches: [main]
branches: [ main ]

env:
CARGO_TERM_COLOR: always
Expand All @@ -28,7 +28,7 @@ jobs:
- network: ethereum
extra-features: ""
- network: optimism
extra-features: "opbnb"
extra-features: ""
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1089d0c

Please sign in to comment.