From fa09ff7e761dc4582366253a2ece230ebb553a67 Mon Sep 17 00:00:00 2001 From: MuneebAijaz Date: Thu, 7 Nov 2024 21:52:45 +0500 Subject: [PATCH] check failure --- .github/workflows/pull_request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index a489ee5..57f9645 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -163,7 +163,7 @@ jobs: org.opencontainers.image.created=${{ steps.prep.outputs.created }} org.opencontainers.image.revision=${{ github.sha }} - - name: Check if Helm validation is needs to run + - name: Check if Helm validation needs to run uses: dorny/paths-filter@v3 id: filter with: @@ -227,7 +227,7 @@ jobs: previous-version: ${{ steps.chart_eval.outputs.CURRENT_CHART_VERSION }} - name: Fail if Helm Chart version isnt updated - if: steps.check-version.outputs.is-version-increased != 'true' + if: steps.check-version.outputs.is-version-increased == 'true' run: | echo "Helm Chart Version wasnt updated" exit 1