Skip to content

Commit 143c503

Browse files
authored
revert fatimage.yml changes
1 parent eb88d4b commit 143c503

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/fatimage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ name: Build fat image
55
inputs:
66
ci_cloud:
77
description: 'Select the CI_CLOUD'
8-
required: false
9-
type: string
8+
required: true
9+
type: choice
1010
default: ${{ vars.CI_CLOUD }}
1111
options:
12-
- LEAFCLOUD
1312
- ARCUS
1413
- SMS
14+
- LEAFCLOUD
1515
concurrency:
1616
group: ${{ github.ref }}-{{ matrix.os_version }}-{{ matrix.build }} # to branch/PR + OS + build
1717
cancel-in-progress: true

0 commit comments

Comments
 (0)