We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8bc7dd commit 9f329eeCopy full SHA for 9f329ee
.github/workflows/l2geth_ci.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
make nccc_geth
29
build-geth: # build geth with circuit capacity checker
30
- if: github.event_name == 'push' # will only be triggered when pushing to main & staging & develop & alpha
+ if: github.event.pull_request.draft == false # will only be triggered when pushing to main & staging & develop & alpha
31
runs-on: ubuntu-latest
32
steps:
33
- name: Install Go
0 commit comments