From 85cc0186182fe53facedc4045c74a3cab3d68514 Mon Sep 17 00:00:00 2001 From: Ciara Stacke Date: Fri, 1 Sep 2023 12:05:01 +0100 Subject: [PATCH] Run helm tests on tag event --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 703889ec3b..c863946091 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -159,7 +159,6 @@ jobs: name: Helm Tests runs-on: ubuntu-22.04 needs: [vars, binary] - if: ${{ github.ref_type != 'tag' }} steps: - name: Checkout Repository uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0