Skip to content

Commit

Permalink
[CI/BK] Disable code triggers for fleet daily (#181901)
Browse files Browse the repository at this point in the history
## Summary
the job was intended to run 1x day - but due to default values, it was
getting triggered on every commit & elastic/kibana branches
  • Loading branch information
delanni authored Apr 29, 2024
1 parent 8bf0c41 commit 0ee91d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ spec:
pipeline_file: .buildkite/pipelines/fleet/packages_daily.yml
skip_intermediate_builds: false
provider_settings:
trigger_mode: none
publish_commit_status: false
prefix_pull_request_fork_branch_names: false
skip_pull_request_builds_for_existing_commits: false
Expand Down

0 comments on commit 0ee91d9

Please sign in to comment.