Skip to content

Commit

Permalink
Update catalog-info.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jlind23 committed Jun 8, 2023
1 parent 883e196 commit 0050559
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 @@ -42,7 +42,7 @@ spec:
build_pull_requests: true # requires filter_enabled and filter_condition settings as below when used with buildkite-pr-bot
build_tags: true
filter_enabled: true
filter_condition: |
filter_condition: >-
build.pull_request.id == null || (build.creator.name == 'elasticmachine' && build.pull_request.id != null)
cancel_intermediate_builds: true
cancel_intermediate_builds_branch_filter: '!main'
Expand Down

0 comments on commit 0050559

Please sign in to comment.