Skip to content

Commit 0008c43

Browse files
committed
chore: disable other workflows (DO NOT MERGE)
1 parent 6be7303 commit 0008c43

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/workflows/go.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: Go
22

33
on:
4-
push:
5-
branches: [ libevm ]
6-
pull_request:
7-
branches: [ libevm ]
4+
# DO NOT MERGE: disabled while developing auto-renaming
5+
# push:
6+
# branches: [ libevm ]
7+
# pull_request:
8+
# branches: [ libevm ]
89
workflow_dispatch:
910

1011
jobs:

.github/workflows/golangci-lint.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: golangci-lint
22

33
on:
4-
push:
5-
branches: [ libevm ]
6-
pull_request:
7-
branches: [ libevm ]
4+
# DO NOT MERGE: disabled while developing auto-renaming
5+
# push:
6+
# branches: [ libevm ]
7+
# pull_request:
8+
# branches: [ libevm ]
89
workflow_dispatch:
910

1011
permissions:

0 commit comments

Comments
 (0)