File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
name : golang-crossbuild
35
35
description : ' Pipeline for the golang-crossbuild project'
36
36
spec :
37
- branch_configuration : " main v1 .*" # temporarily disable to build PRs from forks
37
+ branch_configuration : " main 1 .*" # temporarily disable to build PRs from forks
38
38
pipeline_file : " .buildkite/pipeline.yml"
39
39
maximum_timeout_in_minutes : 120
40
40
provider_settings :
80
80
name : llvm-apple
81
81
description : " Pipeline for LLVM Apple version"
82
82
spec :
83
- branch_configuration : " main v1 .*" # temporarily disable to build PRs from forks
83
+ branch_configuration : " main 1 .*" # temporarily disable to build PRs from forks
84
84
pipeline_file : " .buildkite/llvm-apple-pipeline.yml"
85
85
maximum_timeout_in_minutes : 360 # cmake is taking at least 4h to run
86
86
provider_settings :
@@ -126,7 +126,7 @@ spec:
126
126
name : fpm
127
127
description : " Pipeline for FPM (packaging made simple)"
128
128
spec :
129
- branch_configuration : " main v1 .*" # temporarily disable to build PRs from forks
129
+ branch_configuration : " main 1 .*" # temporarily disable to build PRs from forks
130
130
pipeline_file : " .buildkite/fpm-pipeline.yml"
131
131
maximum_timeout_in_minutes : 120
132
132
provider_settings :
You can’t perform that action at this time.
0 commit comments