There was an error while loading. Please reload this page.
1 parent 9d1a05e commit 51e43a6Copy full SHA for 51e43a6
2 files changed
.github/workflows/ci.yml
@@ -135,6 +135,7 @@ jobs:
135
runs-on: ubuntu-latest
136
if: >
137
github.event_name == 'pull_request' &&
138
+ github.actor != 'dependabot[bot]' &&
139
!contains(github.event.head_commit.message, '[skip pmd]') &&
140
!contains(github.event.head_commit.message, '[skip tests]')
141
steps:
0 commit comments