Skip to content

Commit 43aace9

Browse files
committed
disable lint action
1 parent 1853999 commit 43aace9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/l2geth_ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ jobs:
6363
make geth
6464
6565
check:
66-
if: github.event.pull_request.draft == false
66+
# if: github.event.pull_request.draft == false
67+
if: false
6768
runs-on: ubuntu-latest
6869
permissions: {}
6970
steps:

0 commit comments

Comments
 (0)