We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2a916 commit f7a10b9Copy full SHA for f7a10b9
.github/workflows/ci.yml
@@ -148,6 +148,7 @@ jobs:
148
name: Gateway Conformance Tests
149
runs-on: ubuntu-22.04
150
needs: vars
151
+ if: ${{ github.ref_type != 'tag' }}
152
steps:
153
- name: Checkout Repository
154
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
@@ -233,7 +234,7 @@ jobs:
233
234
build:
235
name: Build Image
236
- needs: [vars, binary, conformance-tests]
237
+ needs: [vars, binary]
238
239
240
0 commit comments