Skip to content

Commit

Permalink
run helm-validate CI when files touched
Browse files Browse the repository at this point in the history
  • Loading branch information
iameskild committed Nov 9, 2023
1 parent 3cd780e commit 053743c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_helm_charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ on:
schedule:
# Run every Monday at 13:00 UTC
- cron: "0 13 * * 1"
push:
pull_request:
paths:
- ".github/workflows/test_helm_charts.yaml"
- "scripts/helm-validate.py"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 053743c

Please sign in to comment.