Skip to content

Commit

Permalink
chore: disable other workflows (DO NOT MERGE)
Browse files Browse the repository at this point in the history
  • Loading branch information
ARR4N committed Oct 8, 2024
1 parent 6be7303 commit 0008c43
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Go

on:
push:
branches: [ libevm ]
pull_request:
branches: [ libevm ]
# DO NOT MERGE: disabled while developing auto-renaming
# push:
# branches: [ libevm ]
# pull_request:
# branches: [ libevm ]
workflow_dispatch:

jobs:
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: golangci-lint

on:
push:
branches: [ libevm ]
pull_request:
branches: [ libevm ]
# DO NOT MERGE: disabled while developing auto-renaming
# push:
# branches: [ libevm ]
# pull_request:
# branches: [ libevm ]
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 0008c43

Please sign in to comment.