Skip to content

Commit

Permalink
Remove newlines filter_enabled (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm authored Jun 8, 2023
1 parent a105f6a commit 5e86c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e86c23

Please sign in to comment.