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 be442ba commit c57c919Copy full SHA for c57c919
.github/workflows/pull_request.yaml
@@ -159,9 +159,6 @@ jobs:
159
e2e-prep:
160
name: Prep for End-to-end Tests
161
runs-on: ubuntu-latest
162
- needs:
163
- - lint
164
- - acceptance
165
166
steps:
167
- name: checkout source
@@ -179,6 +176,7 @@ jobs:
179
176
180
177
needs:
181
178
- e2e-prep
+ - acceptance
182
strategy:
183
matrix:
184
gk-version: ${{ fromJson(needs.e2e-prep.outputs.gk-versions) }}
0 commit comments