Skip to content

Commit fbae4a6

Browse files
disabled precommit (#9)
1 parent cc59640 commit fbae4a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
pre-commit:
1313

1414
runs-on: ubuntu-latest
15+
if: false # Temporarily disabled
1516

1617
steps:
1718
- uses: actions/checkout@v4
@@ -55,7 +56,7 @@ jobs:
5556
if: always()
5657

5758
needs:
58-
- pre-commit
59+
# - pre-commit # Temporarily disabled
5960
- tests
6061

6162
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)