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 0c39b7b commit bd46dfdCopy full SHA for bd46dfd
.github/workflows/manual-helm-cd-workflow.yaml
@@ -7,7 +7,7 @@ on:
7
inputs:
8
workloads:
9
default: ""
10
- required: true
+ required: false
11
type: string
12
description: "workloads to test, empty for testing all helm charts"
13
tag:
@@ -16,7 +16,7 @@ on:
16
required: true
17
18
infra_branch:
19
- default: true
+ default: latest
20
description: 'Build test required images for Examples'
21
required: false
22
@@ -35,6 +35,11 @@ jobs:
35
services: ${{ steps.get-services.outputs.services }}
36
nodes: ${{ steps.get-services.outputs.nodes }}
37
steps:
38
+ - name: Checkout out Repo
39
+ uses: actions/checkout@v4
40
+ with:
41
+ fetch-depth: 0
42
+
43
- name: Get test Services
44
id: get-services
45
run: |
0 commit comments