Skip to content

Commit

Permalink
Allow Manually Triggering Lint
Browse files Browse the repository at this point in the history
Signed-off-by: Shivam Kumar <[email protected]>
  • Loading branch information
ShivamKumar2002 committed Apr 29, 2024
1 parent 49f5c57 commit fce9a43
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
- main
paths:
- charts/*
workflow_dispatch:
inputs:
manualRelease:
description: 'Trigger a manual release'
required: false

jobs:
lint-test:
Expand All @@ -27,7 +32,7 @@ jobs:
check-latest: true

- name: Set up chart-testing
uses: helm/chart-testing[email protected]
uses: actions/helm-chart-testing@latest

- name: Run chart-testing (list-changed)
id: list-changed
Expand Down

0 comments on commit fce9a43

Please sign in to comment.