You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/fatimage.yml
+22-20Lines changed: 22 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,23 @@
1
1
name: Build fat image
2
-
on:
2
+
'on':
3
3
workflow_dispatch:
4
-
# checkov:skip=CKV_GHA_7: "The build output cannot be affected by user parameters other than the build entry point and the top-level source location. GitHub Actions workflow_dispatch inputs MUST be empty. "
5
-
inputs:
6
-
ci_cloud:
7
-
description: 'Select the CI_CLOUD'
8
-
required: true
9
-
type: choice
10
-
options:
11
-
- LEAFCLOUD
12
-
- SMS
13
-
- ARCUS
14
-
cleanup_on_failure:
15
-
description: Cleanup Packer resources on failure
16
-
type: boolean
17
-
required: true
18
-
default: true
4
+
# checkov:skip=CKV_GHA_7: "The build output cannot be affected by user parameters other than the build entry point and the top-level source location. GitHub Actions workflow_dispatch inputs MUST be empty. "
Copy file name to clipboardExpand all lines: .github/workflows/nightlybuild.yml
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
name: Build nightly image
2
-
on:
2
+
'on':
3
3
workflow_dispatch:
4
-
# checkov:skip=CKV_GHA_7: "The build output cannot be affected by user parameters other than the build entry point and the top-level source location. GitHub Actions workflow_dispatch inputs MUST be empty. "
5
-
inputs:
6
-
ci_cloud:
7
-
description: 'Select the CI_CLOUD'
8
-
required: true
9
-
type: choice
10
-
options:
11
-
- LEAFCLOUD
12
-
- SMS
13
-
- ARCUS
4
+
# checkov:skip=CKV_GHA_7: "The build output cannot be affected by user parameters other than the build entry point and the top-level source location. GitHub Actions workflow_dispatch inputs MUST be empty. "
5
+
inputs:
6
+
ci_cloud:
7
+
description: 'Select the CI_CLOUD'
8
+
required: true
9
+
type: choice
10
+
options:
11
+
- LEAFCLOUD
12
+
- SMS
13
+
- ARCUS
14
14
# schedule:
15
15
# - cron: '0 0 * * *' # Run at midnight on default branch
0 commit comments