From f7a10b9790d6c748df362c7a4180911994f16f5a Mon Sep 17 00:00:00 2001 From: Ciara Stacke <18287516+ciarams87@users.noreply.github.com> Date: Thu, 6 Jul 2023 20:24:24 +0100 Subject: [PATCH] Skip conformance tests on tags (#819) --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd3609d15..aeef5c6ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -148,6 +148,7 @@ jobs: name: Gateway Conformance Tests runs-on: ubuntu-22.04 needs: vars + if: ${{ github.ref_type != 'tag' }} steps: - name: Checkout Repository uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 @@ -233,7 +234,7 @@ jobs: build: name: Build Image runs-on: ubuntu-22.04 - needs: [vars, binary, conformance-tests] + needs: [vars, binary] steps: - name: Checkout Repository uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3