File tree Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ run-name: Submitting workflow to all cloud providers using full sized data
33on :
44 workflow_dispatch :
55 inputs :
6- platform :
7- description : ' Platform to run test'
8- required : true
9- default : ' all'
10- type : choice
11- options :
12- - all
13- - aws
14- - azure
15- - gcp
6+ platform :
7+ description : " Platform to run test"
8+ required : true
9+ default : " all"
10+ type : choice
11+ options :
12+ - all
13+ - aws
14+ - azure
15+ - gcp
1616jobs :
1717 run-full-tests-on-aws :
1818 if : ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'aws' }}
Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ run-name: Submitting workflow to all cloud providers using small sized data
33on :
44 workflow_dispatch :
55 inputs :
6- platform :
7- description : ' Platform to run test'
8- required : true
9- default : ' all'
10- type : choice
11- options :
12- - all
13- - aws
14- - azure
15- - gcp
6+ platform :
7+ description : " Platform to run test"
8+ required : true
9+ default : " all"
10+ type : choice
11+ options :
12+ - all
13+ - aws
14+ - azure
15+ - gcp
1616jobs :
1717 run-small-tests-on-aws :
1818 if : ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'aws' }}
You can’t perform that action at this time.
0 commit comments