From b369da97ab89dcaf2844452c41bbae78535e5525 Mon Sep 17 00:00:00 2001 From: syed-salman-technoforte Date: Mon, 24 Jul 2023 18:41:24 +0530 Subject: [PATCH] [DSD-3065] Updated resource request and limits in partner-onboarder --- .github/workflows/helm-lint.yaml | 3 ++- .github/workflows/push_trigger.yaml | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-lint.yaml b/.github/workflows/helm-lint.yaml index 40202bdf7..00c2c43fd 100644 --- a/.github/workflows/helm-lint.yaml +++ b/.github/workflows/helm-lint.yaml @@ -4,13 +4,14 @@ on: pull_request: paths: - 'charts/**' + workflow_call: jobs: lint-chart: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: # ct needs history to compare fetch-depth: 0 diff --git a/.github/workflows/push_trigger.yaml b/.github/workflows/push_trigger.yaml index 42af5b14a..28fa7a9f6 100644 --- a/.github/workflows/push_trigger.yaml +++ b/.github/workflows/push_trigger.yaml @@ -9,7 +9,10 @@ on: - 'charts/**' jobs: + Lint: + uses: ./helm-lint.yaml Generate_Documentation: + needs: Lint uses: syedsalman3753/kattu/.github/workflows/publish-helm-charts.yml@master with: - HELM_REPO_ACCOUNT: https://syedsalman3753.github.io/mosip-helm \ No newline at end of file + HELM_REPO_ACCOUNT: https://${{ github.actor }}.github.io/mosip-helm \ No newline at end of file