Skip to content

Commit 1d97777

Browse files
authored
chore: Pause pre-commit on branches (#2460)
Summary The pre-commit cache expired and on re-download, it's causing some solana-net build error. Presumably solana semver is broken somewhere but I'm not sure. CI is also taking 30 mins right now which is going to block everyone. I'm disabling pre-commit on prs temporarily while I debug to unblock people. I will reenable and fix any problems after.
1 parent 26ae907 commit 1d97777

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci-pre-commit.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Pre-commit checks
22

33
on:
4-
pull_request:
5-
branches: "**"
64
push:
75
branches: [main]
86

0 commit comments

Comments
 (0)