From 845c274f62497ad025526fc0177adda363769fe7 Mon Sep 17 00:00:00 2001 From: colinlyguo Date: Wed, 5 Jun 2024 19:37:18 +0800 Subject: [PATCH] revert CI changes --- .github/workflows/l2geth_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/l2geth_ci.yml b/.github/workflows/l2geth_ci.yml index b165dc70766c..efcc735ac698 100644 --- a/.github/workflows/l2geth_ci.yml +++ b/.github/workflows/l2geth_ci.yml @@ -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