Skip to content

Commit

Permalink
[BUG] Update catalog-info.yml to avoid double job starts in Buildki…
Browse files Browse the repository at this point in the history
…te (#7107)
  • Loading branch information
1Copenut authored Aug 22, 2023
1 parent fb5e2ab commit cdb785c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ spec:
build_branches: false
build_tags: false
build_pull_requests: true
filter_enabled: true
# Start Buildkite jobs using the API only
filter_condition: |
(build.creator.name == 'elasticmachine' && build.pull_request.id != null)
teams:
eui-team:
access_level: MANAGE_BUILD_AND_READ
Expand Down

0 comments on commit cdb785c

Please sign in to comment.