File tree 4 files changed +1
-11
lines changed
4 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 25
25
run-build : true
26
26
run-tests : true
27
27
use-ccache : false
28
- add-label : false
29
28
30
29
nightly-ubuntu-ci-3_0_x :
31
30
strategy :
66
65
run-build : true
67
66
run-tests : true
68
67
use-ccache : false
69
- add-label : false
70
68
71
69
nightly-ubuntu-ci-2_10_x :
72
70
strategy :
87
85
run-build : true
88
86
run-tests : true
89
87
use-ccache : false
90
- add-label : false
91
88
Original file line number Diff line number Diff line change 56
56
description : ' Add the CI-PENDING label to the PR'
57
57
required : false
58
58
type : boolean
59
- default : true
59
+ default : false
60
60
61
61
env :
62
62
security-cmake-flag : ${{ inputs.security == true && '-DSECURITY=ON' || '-DSECURITY=OFF' }}
Original file line number Diff line number Diff line change 38
38
required : false
39
39
type : boolean
40
40
default : false
41
- add-label :
42
- description : ' Add a label to the PR'
43
- required : false
44
- type : boolean
45
- default : false
46
41
47
42
pull_request :
48
43
types :
Original file line number Diff line number Diff line change 28
28
run-build : true
29
29
run-tests : true
30
30
use-ccache : false
31
- add-label : false
32
31
33
32
weekly-ubuntu-ci-2_6_x :
34
33
strategy :
47
46
run-build : true
48
47
run-tests : true
49
48
use-ccache : false
50
- add-label : false
You can’t perform that action at this time.
0 commit comments