Skip to content

Commit 55f1ad1

Browse files
Merge branch 'main' into dependabot/github_actions/actions-deps-754f0868f5
2 parents cf8dc55 + e507b1c commit 55f1ad1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
lint-commits:
16-
if: github.event_name == 'pull_request'
16+
if: github.event_name == 'pull_request' && github.actor != 'dependabot[bot]'
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)