Skip to content

Commit f7a10b9

Browse files
committed
Skip conformance tests on tags (#819)
1 parent 0f2a916 commit f7a10b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ jobs:
148148
name: Gateway Conformance Tests
149149
runs-on: ubuntu-22.04
150150
needs: vars
151+
if: ${{ github.ref_type != 'tag' }}
151152
steps:
152153
- name: Checkout Repository
153154
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
@@ -233,7 +234,7 @@ jobs:
233234
build:
234235
name: Build Image
235236
runs-on: ubuntu-22.04
236-
needs: [vars, binary, conformance-tests]
237+
needs: [vars, binary]
237238
steps:
238239
- name: Checkout Repository
239240
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3

0 commit comments

Comments
 (0)