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 eb88d4b commit 143c503Copy full SHA for 143c503
.github/workflows/fatimage.yml
@@ -5,13 +5,13 @@ name: Build fat image
5
inputs:
6
ci_cloud:
7
description: 'Select the CI_CLOUD'
8
- required: false
9
- type: string
+ required: true
+ type: choice
10
default: ${{ vars.CI_CLOUD }}
11
options:
12
- - LEAFCLOUD
13
- ARCUS
14
- SMS
+ - LEAFCLOUD
15
concurrency:
16
group: ${{ github.ref }}-{{ matrix.os_version }}-{{ matrix.build }} # to branch/PR + OS + build
17
cancel-in-progress: true
0 commit comments