Skip to content

Commit 487b1de

Browse files
Add trigger mode none to E2E and build pipelines. (#225) (#229)
(cherry picked from commit 64c174e) Co-authored-by: Mashhur <[email protected]>
1 parent 7a6afb6 commit 487b1de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

catalog-info.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ spec:
105105
spec:
106106
pipeline_file: .buildkite/build-pipeline.yml
107107
maximum_timeout_in_minutes: 120
108+
provider_settings:
109+
trigger_mode: none
108110
repository: elastic/logstash-filter-elastic_integration
109111
env:
110112
ELASTIC_PR_COMMENTS_ENABLED: 'true'
@@ -152,6 +154,8 @@ spec:
152154
spec:
153155
pipeline_file: .buildkite/e2e-pipeline.yml
154156
maximum_timeout_in_minutes: 120
157+
provider_settings:
158+
trigger_mode: none
155159
repository: elastic/logstash-filter-elastic_integration
156160
env:
157161
ELASTIC_PR_COMMENTS_ENABLED: 'true'

0 commit comments

Comments
 (0)