Skip to content

Commit

Permalink
fix errors of manual helm workflow (#339)
Browse files Browse the repository at this point in the history
Signed-off-by: Yingchun Guo <[email protected]>
  • Loading branch information
daisy-ycguo committed Aug 22, 2024
1 parent 13f85fd commit 76c496d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/manual-helm-cd-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
inputs:
workloads:
default: ""
required: true
required: false
type: string
description: "workloads to test, empty for testing all helm charts"
tag:
Expand All @@ -16,7 +16,7 @@ on:
required: true
type: string
infra_branch:
default: true
default: latest
description: 'Build test required images for Examples'
required: false
type: string
Expand All @@ -35,6 +35,11 @@ jobs:
services: ${{ steps.get-services.outputs.services }}
nodes: ${{ steps.get-services.outputs.nodes }}
steps:
- name: Checkout out Repo
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Get test Services
id: get-services
run: |
Expand Down

0 comments on commit 76c496d

Please sign in to comment.