|
50 | 50 | build_tags: false |
51 | 51 | filter_enabled: true |
52 | 52 | filter_condition: >- |
53 | | - build.pull_request.id == null || (build.creator.name == 'elasticmachine' && build.pull_request.id != null && build.source == 'webhook') |
| 53 | + build.pull_request.id == null || (build.creator.name == 'elasticmachine' && build.pull_request.id != null && build.source == 'api') |
54 | 54 | repository: elastic/integrations |
55 | 55 | cancel_intermediate_builds: true |
56 | 56 | cancel_intermediate_builds_branch_filter: '!main !backport-*' |
|
99 | 99 | build_tags: false |
100 | 100 | filter_enabled: true |
101 | 101 | filter_condition: >- |
102 | | - build.pull_request.id == null || (build.creator.name == 'elasticmachine' && build.pull_request.id != null && build.source == 'webhook') |
| 102 | + build.pull_request.id == null || (build.creator.name == 'elasticmachine' && build.pull_request.id != null && build.source == 'api') |
103 | 103 | repository: elastic/integrations |
104 | 104 | cancel_intermediate_builds: true |
105 | 105 | cancel_intermediate_builds_branch_filter: '!main' |
@@ -146,7 +146,7 @@ spec: |
146 | 146 | build_tags: false |
147 | 147 | filter_enabled: true |
148 | 148 | filter_condition: >- |
149 | | - build.pull_request.id == null || (build.creator.name == 'elasticmachine' && build.pull_request.id != null && build.source == 'webhook') |
| 149 | + build.pull_request.id == null || (build.creator.name == 'elasticmachine' && build.pull_request.id != null && build.source == 'api') |
150 | 150 | repository: elastic/integrations |
151 | 151 | cancel_intermediate_builds: true |
152 | 152 | cancel_intermediate_builds_branch_filter: '!main' |
@@ -188,7 +188,7 @@ spec: |
188 | 188 | build_tags: false |
189 | 189 | filter_enabled: true |
190 | 190 | filter_condition: >- |
191 | | - build.pull_request.id == null || (build.creator.name == 'elasticmachine' && build.pull_request.id != null && build.source == 'webhook') |
| 191 | + build.pull_request.id == null || (build.creator.name == 'elasticmachine' && build.pull_request.id != null && build.source == 'api') |
192 | 192 | repository: elastic/integrations |
193 | 193 | cancel_intermediate_builds: true |
194 | 194 | cancel_intermediate_builds_branch_filter: '!main' |
@@ -232,7 +232,7 @@ spec: |
232 | 232 | build_tags: false |
233 | 233 | filter_enabled: true |
234 | 234 | filter_condition: >- |
235 | | - build.pull_request.id == null || (build.creator.name == 'elasticmachine' && build.pull_request.id != null && build.source == 'webhook') |
| 235 | + build.pull_request.id == null || (build.creator.name == 'elasticmachine' && build.pull_request.id != null && build.source == 'api') |
236 | 236 | repository: elastic/integrations |
237 | 237 | cancel_intermediate_builds: true |
238 | 238 | cancel_intermediate_builds_branch_filter: '!main !backport-*' |
|
0 commit comments