Skip to content

Commit

Permalink
further exclusion
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Berezovskyi <[email protected]>
  • Loading branch information
berezovskyi committed Sep 21, 2024
1 parent ab798f5 commit e6894bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ pipeline {
not {
environment name: 'CHANGE_AUTHOR', value: 'dependabot-preview[bot]'
}
not {
branch pattern: 'dependabot/*', comparator: 'REGEXP'
}
}
}
environment {
Expand Down

0 comments on commit e6894bc

Please sign in to comment.