Skip to content

Commit 9f329ee

Browse files
author
root
committed
trigger CI
1 parent d8bc7dd commit 9f329ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/l2geth_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
make nccc_geth
2929
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
30+
if: github.event.pull_request.draft == false # will only be triggered when pushing to main & staging & develop & alpha
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Install Go

0 commit comments

Comments
 (0)