Skip to content

Commit

Permalink
fix(ci): allowing bors try when submodule PR is not merged yet
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Savitskiy <[email protected]>
  • Loading branch information
dsavitskiy committed Jul 19, 2023
1 parent b4c13c9 commit ecbcdbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ pipeline {
anyOf {
branch 'master'
branch 'release/*'
branch 'trying'
expression { run_linter == false }
}
}
Expand Down

0 comments on commit ecbcdbe

Please sign in to comment.