Skip to content

Commit

Permalink
revert CI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlyguo committed Jun 5, 2024
1 parent 37f5447 commit 845c274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/l2geth_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
make nccc_geth
build-geth: # build geth with circuit capacity checker
if: github.event.pull_request.draft == false # will only be triggered when pushing to main & staging & develop & alpha
if: event_name == 'push' # will only be triggered when pushing to main & staging & develop & alpha
runs-on: ubuntu-latest
steps:
- name: Install Go
Expand Down

0 comments on commit 845c274

Please sign in to comment.