Skip to content

Commit

Permalink
Increase frequency of scheduled checks (#37)
Browse files Browse the repository at this point in the history
* increase frequency of runs

* run checks when workflow is changed
  • Loading branch information
bryopsida authored Dec 13, 2023
1 parent aa5a855 commit c561033
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/helm-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: Lint and Test Chart
on:
workflow_dispatch:
schedule:
- cron: '5 8 * * SAT'
- cron: '5 8 * * *'
pull_request:
paths:
- 'helm/**'
- '.github/workflows/helm-qa.yml'
jobs:
test:
name: 'Helm'
Expand Down

0 comments on commit c561033

Please sign in to comment.