Skip to content

Commit

Permalink
ci: filter mergify backports for the Exhaustive tests pipeline (#17227)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Mar 5, 2025
1 parent 0a3a2a3 commit 7d1458f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d1458f

Please sign in to comment.