Skip to content

Commit

Permalink
updated filter condition
Browse files Browse the repository at this point in the history
  • Loading branch information
oakrizan committed Nov 9, 2023
1 parent 20893a6 commit 511aaf1
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 @@ -43,7 +43,7 @@ spec:
build_pull_requests: true # requires filter_enabled and filter_condition settings as below when used with buildkite-pr-bot
filter_enabled: true
filter_condition: >-
build.pull_request.id == null || (build.creator.name == 'elasticmachine' && build.pull_request.id != null)
build.creator.name == 'elasticmachine' && build.pull_request.id != null
repository: elastic/golang-crossbuild
cancel_intermediate_builds: true
cancel_intermediate_builds_branch_filter: '!main'
Expand Down

0 comments on commit 511aaf1

Please sign in to comment.