skip linting of all charts during a push to master

This commit is contained in:
Jeff Billimek 2019-05-27 21:47:56 -04:00 committed by GitHub
parent 1db19435df
commit 170c03595b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" {