Skip to content

Commit 7d1458f

Browse files
authored
ci: filter mergify backports for the Exhaustive tests pipeline (#17227)
1 parent 0a3a2a3 commit 7d1458f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

catalog-info.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,8 @@ spec:
455455
build_pull_requests: false
456456
build_tags: false
457457
trigger_mode: code
458-
filter_condition: 'build.branch !~ /^backport.*$/'
458+
filter_condition: >-
459+
build.branch !~ /^backport.*$/ && build.branch !~ /^mergify\/bp\/.*$/
459460
filter_enabled: true
460461
cancel_intermediate_builds: false
461462
skip_intermediate_builds: false

0 commit comments

Comments
 (0)