From 2884a80d319e716f71516b429aa891a00456d040 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Sun, 20 Dec 2020 14:13:56 +0200 Subject: [PATCH] Disable CircleCI Signed-off-by: Stefan Prodan --- .circleci/config.yml | 2 ++ .github/_main.workflow | 17 ----------------- 2 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 .github/_main.workflow diff --git a/.circleci/config.yml b/.circleci/config.yml index 39f30353..e328734b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -223,6 +223,8 @@ workflows: ignore: - gh-pages - /^user-.*/ + - github-actions + - main - e2e-kubernetes-testing: requires: - build-binary diff --git a/.github/_main.workflow b/.github/_main.workflow deleted file mode 100644 index 114e4ea8..00000000 --- a/.github/_main.workflow +++ /dev/null @@ -1,17 +0,0 @@ -workflow "Publish Helm charts" { - on = "push" - resolves = ["helm-push"] -} - -action "helm-lint" { - uses = "stefanprodan/gh-actions/helm@master" - args = ["lint charts/*"] -} - -action "helm-push" { - needs = ["helm-lint"] - uses = "stefanprodan/gh-actions/helm-gh-pages@master" - args = ["charts/*","https://flagger.app"] - secrets = ["GITHUB_TOKEN"] -} -