diff --git a/.github/main.workflow b/.github/main.workflow index 71d22e01..ecc4a0f5 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -36,6 +36,9 @@ action "Lint changed chart(s) in pull request" { args = "https://billimek.com/billimek-charts/" secrets = ["GITHUB_TOKEN"] needs = ["Filter: action 'opened|synchronize'"] + env = { + SKIP_LINTING = "true" + } } action "Filter: master branch" {