Skip to content

Commit ac08548

Browse files
committed
fix merge changes
1 parent e36dad7 commit ac08548

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/fatimage-cron.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
name: Nightly fat image build
22
on:
33
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
413
schedule:
514
- cron: '0 0 * * *' # Run at midnight
615

.github/workflows/fatimage.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ on:
1111
- LEAFCLOUD
1212
- SMS
1313
- ARCUS
14-
schedule:
15-
- cron: '0 0 * * *' # Run at midnight
1614

1715
jobs:
1816
openstack:

0 commit comments

Comments
 (0)