Skip to content

Commit ed85708

Browse files
authored
turn off the precommit CI action (#442)
1 parent 2d6f4d5 commit ed85708

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/prprecommit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ concurrency:
77
group: ${{ github.workflow }}-${{ github.ref }}-${{ (github.ref != 'refs/heads/master' && github.ref != 'refs/heads/main') || github.run_number }}
88
# Cancel intermediate builds, but only if it is a pull request build.
99
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
10-
on:
11-
pull_request:
12-
branches: ["master", "main"]
10+
#on:
11+
# pull_request:
12+
# branches: ["master", "main"]
1313
jobs:
1414
pre-commit:
1515
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)