From e88479b00d102b08ea2fd1d56cb10846a5bc7867 Mon Sep 17 00:00:00 2001 From: Rakshit Menpara <205111+deltasquare4@users.noreply.github.com> Date: Thu, 7 Jul 2022 19:48:27 +0530 Subject: [PATCH] Fix repo name --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5c0f052..8bef2fe 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,7 +7,7 @@ on: jobs: release: - if: github.repository == 'vmware-tanzu/helm-charts' + if: github.repository == 'Improwised/charts' runs-on: [self-hosted] steps: - name: Checkout