Skip to content

Commit

Permalink
ci: enable workflow dispatch for helm test (#893)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
  • Loading branch information
JeffreyDallas committed Jun 14, 2024
1 parent 28487f1 commit 4c331bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/zxc-helm-chart-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ name: "ZXC: FS Helm Chart Tests"
# - .github/workflows/flow-pull-request-checks.yaml

on:
workflow_dispatch:
workflow_call:
inputs:
custom-job-label:
Expand Down Expand Up @@ -96,6 +97,11 @@ jobs:
echo ">> No relevant files are changed. No need to run helm chart tests"
fi
- name: Workflow trigger
if: github.event_name == 'workflow_dispatch'
run: |
echo "run-tests=true" >> "${GITHUB_OUTPUT}"
- name: Initialize Job Variables
id: vars
if: ${{ steps.check-changed-files.outputs.run-tests && !cancelled() && !failure() }}
Expand Down

0 comments on commit 4c331bd

Please sign in to comment.