remove chart pre-check step

This commit is contained in:
Jeff Billimek 2019-05-15 14:57:54 -04:00 committed by GitHub
parent 372381f88e
commit 27a0e8f8df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,14 +5,8 @@ workflow "Publish Helm chart" {
]
}
action "Chart.yaml changed?" {
uses = "docker://cdssnc/touched-github-action"
args = "\"{**Chart.yaml}\""
}
action "Package Helm Chart(s)" {
uses = "billimek/gh-actions/helm-gh-pages@master"
secrets = ["GITHUB_TOKEN"]
args = "[\".\",\"https://billimek.com/billimek-charts/\"]"
needs = ["Chart.yaml changed?"]
}