Skip to content

Commit 61c6050

Browse files
committed
[automated] Fix linting with Prettier
1 parent c51d105 commit 61c6050

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

.github/workflows/cloud_tests_full.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ run-name: Submitting workflow to all cloud providers using full sized data
33
on:
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
1616
jobs:
1717
run-full-tests-on-aws:
1818
if: ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'aws' }}

.github/workflows/cloud_tests_small.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ run-name: Submitting workflow to all cloud providers using small sized data
33
on:
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
1616
jobs:
1717
run-small-tests-on-aws:
1818
if: ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'aws' }}

0 commit comments

Comments
 (0)