mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
remove chart pre-check step
This commit is contained in:
parent
372381f88e
commit
27a0e8f8df
6
.github/main.workflow
vendored
6
.github/main.workflow
vendored
@ -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?"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user