diff --git a/.github/workflows/release-pr.yaml b/.github/workflows/release-pr.yaml index 1829f7cbf..1039289e7 100644 --- a/.github/workflows/release-pr.yaml +++ b/.github/workflows/release-pr.yaml @@ -42,7 +42,6 @@ jobs: matrix: chart-name: - kong - - ingress - gateway-operator steps: - name: Checkout @@ -93,7 +92,6 @@ jobs: - "1.30.0" chart-name: - kong - - ingress - gateway-operator steps: - name: Checkout @@ -135,7 +133,6 @@ jobs: - "3.2" chart-name: - kong - - ingress steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/release-push.yaml b/.github/workflows/release-push.yaml index 59684c85e..e12f3a28a 100644 --- a/.github/workflows/release-push.yaml +++ b/.github/workflows/release-push.yaml @@ -14,7 +14,6 @@ jobs: matrix: chart-name: - kong - - ingress - gateway-operator steps: - name: Checkout