Skip to content

Commit fa792cc

Browse files
committed
err[ci] Only check commits format in PRs
1 parent 47e23ec commit fa792cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
python -m pip install -r requirements.txt
5353
make html
5454
guidelines:
55+
if: ${{ github.event.pull_request }}
5556
runs-on: ubuntu-latest
5657
steps:
5758
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)