diff --git a/.github/main.workflow b/.github/main.workflow index 3765fb06..6acb1eb0 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -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?"] }