File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ variables:
6
6
microbenchmarks :
7
7
stage : benchmarks
8
8
rules :
9
- - changes :
9
+ - if : $CI_PIPELINE_SOURCE != "schedule"
10
+ changes :
10
11
paths :
11
12
- profiling/**/*
12
13
compare_to : " master"
@@ -43,7 +44,7 @@ microbenchmarks:
43
44
download_circle_ci_release :
44
45
stage : benchmarks
45
46
rules :
46
- - if : $CI_COMMIT_REF_NAME == "master"
47
+ - if : $CI_COMMIT_REF_NAME == "master" && $CI_PIPELINE_SOURCE != "schedule"
47
48
when : always
48
49
- when : manual
49
50
tags : [ "arch:amd64" ]
@@ -64,7 +65,7 @@ download_circle_ci_release:
64
65
.macrobenchmarks :
65
66
stage : benchmarks
66
67
rules :
67
- - if : $CI_COMMIT_REF_NAME == "master"
68
+ - if : $CI_COMMIT_REF_NAME == "master" && $CI_PIPELINE_SOURCE != "schedule"
68
69
when : always
69
70
- when : manual
70
71
tags : ["runner:apm-k8s-same-cpu"]
You can’t perform that action at this time.
0 commit comments