mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
skip linting of all charts during a push to master
This commit is contained in:
parent
1db19435df
commit
170c03595b
3
.github/main.workflow
vendored
3
.github/main.workflow
vendored
@ -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" {
|
||||
|
Loading…
Reference in New Issue
Block a user