Skip to content

Commit bd46dfd

Browse files
authored
fix errors of manual helm workflow (#339)
Signed-off-by: Yingchun Guo <yingchun.guo@intel.com>
1 parent 0c39b7b commit bd46dfd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/manual-helm-cd-workflow.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
inputs:
88
workloads:
99
default: ""
10-
required: true
10+
required: false
1111
type: string
1212
description: "workloads to test, empty for testing all helm charts"
1313
tag:
@@ -16,7 +16,7 @@ on:
1616
required: true
1717
type: string
1818
infra_branch:
19-
default: true
19+
default: latest
2020
description: 'Build test required images for Examples'
2121
required: false
2222
type: string
@@ -35,6 +35,11 @@ jobs:
3535
services: ${{ steps.get-services.outputs.services }}
3636
nodes: ${{ steps.get-services.outputs.nodes }}
3737
steps:
38+
- name: Checkout out Repo
39+
uses: actions/checkout@v4
40+
with:
41+
fetch-depth: 0
42+
3843
- name: Get test Services
3944
id: get-services
4045
run: |

0 commit comments

Comments
 (0)