We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c0042 commit bc1721aCopy full SHA for bc1721a
.github/workflows/fatimage.yml
@@ -5,13 +5,12 @@ name: Build fat image
5
inputs:
6
ci_cloud:
7
description: 'Select the CI_CLOUD'
8
- required: false
+ required: true
9
type: choice
10
- default: ${{ vars.CI_CLOUD }}
11
options:
12
- - ARCUS
13
- - SMS
14
- LEAFCLOUD
+ - SMS
+ - ARCUS
15
concurrency:
16
group: ${{ github.ref }}-{{ matrix.os_version }}-{{ matrix.build }} # to branch/PR + OS + build
17
cancel-in-progress: true
0 commit comments