We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f92567 commit 936bceeCopy full SHA for 936bcee
.buildkite/pipeline.yml
@@ -12,7 +12,6 @@ steps:
12
- "free"
13
- "platinum"
14
nodejs:
15
- - "14"
16
- "16"
17
- "18"
18
- "20"
catalog-info.yaml
@@ -33,6 +33,8 @@ spec:
33
access_level: MANAGE_BUILD_AND_READ
34
everyone:
35
access_level: READ_ONLY
36
+ provider_settings:
37
+ build_pull_requests: false
38
cancel_intermediate_builds: true
39
cancel_intermediate_builds_branch_filter: '!main'
40
schedules:
@@ -45,9 +47,3 @@ spec:
45
47
8_7_daily:
46
48
branch: '8.7'
49
cronline: '@daily'
- 8_6_daily:
- branch: '8.6'
50
- cronline: '@daily'
51
- 7_17_daily:
52
- branch: '7.17'
53
0 commit comments