File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 15
15
type : string
16
16
is_latest_rondb_release :
17
17
required : true
18
- description : " Used to decide whether the Docker image will be using the ' latest' tag without a version number "
18
+ description : " Is latest stable RonDB release "
19
19
type : boolean
20
20
default : false
21
21
skip_test :
22
22
required : true
23
+ description : " Don't run a docker-compose cluster with benchmarking"
23
24
type : boolean
24
25
default : false
25
26
# Inputs here have to be duplicated from workflow_call...
37
38
type : string
38
39
is_latest_rondb_release :
39
40
required : true
40
- description : " Used to decide whether the Docker image will be using the ' latest' tag without a version number "
41
+ description : " Is latest stable RonDB release "
41
42
type : boolean
42
43
default : false
43
44
skip_test :
44
45
required : true
46
+ description : " Don't run a docker-compose cluster with benchmarking"
45
47
type : boolean
46
48
default : false
47
49
You can’t perform that action at this time.
0 commit comments