Skip to content

Commit c57c919

Browse files
authored
ci: Remove E2E prep dependency on acceptance tests (#596)
This lets the PR workflow complete a little faster. Signed-off-by: James Alseth <james@jalseth.me>
1 parent be442ba commit c57c919

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,6 @@ jobs:
159159
e2e-prep:
160160
name: Prep for End-to-end Tests
161161
runs-on: ubuntu-latest
162-
needs:
163-
- lint
164-
- acceptance
165162

166163
steps:
167164
- name: checkout source
@@ -179,6 +176,7 @@ jobs:
179176
runs-on: ubuntu-latest
180177
needs:
181178
- e2e-prep
179+
- acceptance
182180
strategy:
183181
matrix:
184182
gk-version: ${{ fromJson(needs.e2e-prep.outputs.gk-versions) }}

0 commit comments

Comments
 (0)