Use 30 days retention instead of 24 hours #30
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: helm-ci | |
on: | |
pull_request: | |
paths: | |
- "charts/meta-monitoring/**" | |
env: | |
CT_CONFIGFILE: charts/meta-monitoring/ct.yaml | |
jobs: | |
call-lint: | |
name: Lint Helm Chart | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Code | |
uses: actions/checkout@v3 | |
- name: Lint Yaml | |
run: make helm-lint |