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