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 e36dad7 commit ac08548Copy full SHA for ac08548
.github/workflows/fatimage-cron.yml
@@ -1,6 +1,15 @@
1
name: Nightly fat image build
2
on:
3
workflow_dispatch:
4
+ inputs:
5
+ ci_cloud:
6
+ description: 'Select the CI_CLOUD'
7
+ required: true
8
+ type: choice
9
+ options:
10
+ - LEAFCLOUD
11
+ - SMS
12
+ - ARCUS
13
schedule:
14
- cron: '0 0 * * *' # Run at midnight
15
.github/workflows/fatimage.yml
@@ -11,8 +11,6 @@ on:
- LEAFCLOUD
- SMS
- ARCUS
- schedule:
- - cron: '0 0 * * *' # Run at midnight
16
17
jobs:
18
openstack:
0 commit comments