Skip to content

Commit

Permalink
Disable build pull requests from webhook (#1239)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm authored Apr 26, 2023
1 parent 18c21c0 commit 3ad49c9
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ spec:
pipeline_file: ".buildkite/pipeline.yml"
provider_settings:
build_pull_request_forks: false
build_pull_requests: false # PR builds are managed by buildkite-pr-bot
build_tags: true
repository: elastic/elastic-package
cancel_intermediate_builds: true
Expand All @@ -50,9 +51,10 @@ spec:
env:
ELASTIC_PR_COMMENTS_ENABLED: 'true'
teams:
ecosystem: {}
ecosystem:
access_level: MANAGE_BUILD_AND_READ
ingest-fp:
access_level: BUILD_AND_READ
access_level: MANAGE_BUILD_AND_READ
everyone:
access_level: READ_ONLY

Expand Down Expand Up @@ -82,15 +84,17 @@ spec:
pipeline_file: ".buildkite/pipeline.package-storage-publish.yml"
provider_settings:
build_pull_request_forks: false
build_pull_requests: false # PR builds are managed by buildkite-pr-bot
build_tags: true
repository: elastic/elastic-package
cancel_intermediate_builds: true
cancel_intermediate_builds_branch_filter: '!main'
skip_intermediate_builds: true
skip_intermediate_builds_branch_filter: '!main'
teams:
ecosystem: {}
ecosystem:
access_level: MANAGE_BUILD_AND_READ
ingest-fp:
access_level: BUILD_AND_READ
access_level: MANAGE_BUILD_AND_READ
everyone:
access_level: READ_ONLY

0 comments on commit 3ad49c9

Please sign in to comment.