diff --git a/catalog-info.yaml b/catalog-info.yaml index a687f06ad..8856e878d 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -49,7 +49,7 @@ spec: build_pull_request_forks: false build_pull_requests: true # requires filter_enabled and filter_condition settings as below when used with buildkite-pr-bot filter_enabled: true - filter_condition: | + filter_condition: >- build.pull_request.id == null || (build.creator.name == 'elasticmachine' && build.pull_request.id != null) repository: elastic/package-spec cancel_intermediate_builds: true