mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-02 23:39:03 +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/"
|
args = "https://billimek.com/billimek-charts/"
|
||||||
secrets = ["GITHUB_TOKEN"]
|
secrets = ["GITHUB_TOKEN"]
|
||||||
needs = ["Filter: action 'opened|synchronize'"]
|
needs = ["Filter: action 'opened|synchronize'"]
|
||||||
|
env = {
|
||||||
|
SKIP_LINTING = "true"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
action "Filter: master branch" {
|
action "Filter: master branch" {
|
||||||
|
Loading…
Reference in New Issue
Block a user