Skip to content

Commit bc1721a

Browse files
authored
Update fatimage.yml
1 parent 70c0042 commit bc1721a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/fatimage.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ name: Build fat image
55
inputs:
66
ci_cloud:
77
description: 'Select the CI_CLOUD'
8-
required: false
8+
required: true
99
type: choice
10-
default: ${{ vars.CI_CLOUD }}
1110
options:
12-
- ARCUS
13-
- SMS
1411
- LEAFCLOUD
12+
- SMS
13+
- ARCUS
1514
concurrency:
1615
group: ${{ github.ref }}-{{ matrix.os_version }}-{{ matrix.build }} # to branch/PR + OS + build
1716
cancel-in-progress: true

0 commit comments

Comments
 (0)