mirror of
https://github.com/elastic/logstash.git
synced 2025-04-17 19:35:03 -04:00
ci: filter mergify backports for the Exhaustive tests pipeline (#17227)
This commit is contained in:
parent
0a3a2a302c
commit
7d1458fad3
1 changed files with 2 additions and 1 deletions
|
@ -455,7 +455,8 @@ spec:
|
|||
build_pull_requests: false
|
||||
build_tags: false
|
||||
trigger_mode: code
|
||||
filter_condition: 'build.branch !~ /^backport.*$/'
|
||||
filter_condition: >-
|
||||
build.branch !~ /^backport.*$/ && build.branch !~ /^mergify\/bp\/.*$/
|
||||
filter_enabled: true
|
||||
cancel_intermediate_builds: false
|
||||
skip_intermediate_builds: false
|
||||
|
|
Loading…
Add table
Reference in a new issue