Skip to content

Commit 610c22c

Browse files
committed
ci: stop running commit-lint on merge commits
1 parent eb32652 commit 610c22c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212

1313
jobs:
1414
commit-lint:
15+
if: ${{ github.event_name == 'pull_request' }}
1516
uses: ./.github/workflows/commitlint.yml
1617
lint:
1718
uses: ./.github/workflows/lint.yml

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)