Skip to content

Commit 52f3e9d

Browse files
committed
adding skip comment
1 parent cdcc66a commit 52f3e9d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/workflow-cleanup.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Workflow Cleanup
22
on:
33
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. "
45
inputs:
56
ci_cloud:
67
description: 'Select the CI_CLOUD'
@@ -23,8 +24,8 @@ permissions:
2324
statuses: write
2425

2526
jobs:
26-
ci_cleanup:
27-
name: ci-cleanup
27+
ci__cluster_cleanup:
28+
name: ci-cluster-cleanup
2829
runs-on: ubuntu-22.04
2930
env:
3031
OS_CLOUD: openstack

0 commit comments

Comments
 (0)