We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6f4d5 commit ed85708Copy full SHA for ed85708
.github/workflows/prprecommit.yml
@@ -7,9 +7,9 @@ concurrency:
7
group: ${{ github.workflow }}-${{ github.ref }}-${{ (github.ref != 'refs/heads/master' && github.ref != 'refs/heads/main') || github.run_number }}
8
# Cancel intermediate builds, but only if it is a pull request build.
9
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
10
-on:
11
- pull_request:
12
- branches: ["master", "main"]
+#on:
+# pull_request:
+# branches: ["master", "main"]
13
jobs:
14
pre-commit:
15
runs-on: ubuntu-latest
0 commit comments