Skip to content

Commit 51e43a6

Browse files
tpage-alfrescoTiago Salvado
authored andcommitted
Skip PMD scan for Dependabot updates. (#3085)
* Skip PMD scan for Dependabot updates. * Update secrets baseline. (cherry picked from commit 1e599ec)
1 parent 9d1a05e commit 51e43a6

2 files changed

Lines changed: 84 additions & 42 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ jobs:
135135
runs-on: ubuntu-latest
136136
if: >
137137
github.event_name == 'pull_request' &&
138+
github.actor != 'dependabot[bot]' &&
138139
!contains(github.event.head_commit.message, '[skip pmd]') &&
139140
!contains(github.event.head_commit.message, '[skip tests]')
140141
steps:

0 commit comments

Comments
 (0)