Skip to content

Commit

Permalink
Skip conformance tests on tags (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciarams87 committed Jul 6, 2023
1 parent 0f2a916 commit f7a10b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f7a10b9

Please sign in to comment.