Skip to content

Commit

Permalink
chore(ci): run all charts in master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
duyet committed Nov 24, 2023
1 parent 46d3389 commit dafc666
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/chart-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ jobs:
chart-lint:
runs-on: ubuntu-latest

env:
# Force running all charts on master branch
# --all Disables changed charts detection and version increment checking
CT_ALL: ${{ github.ref == 'refs/heads/master' }}

# Multiple KinD version
strategy:
fail-fast: false
Expand Down

0 comments on commit dafc666

Please sign in to comment.