Skip to content

Commit 3307658

Browse files
committed
fix: make temp workflow exactly like push-lts-release.yml (e2e only)
1 parent ca025dc commit 3307658

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/workflows/temp-e2e-verification.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,6 @@ on:
1010
- fix/v5-e2e-testing
1111

1212
jobs:
13-
prebuild-ubuntu:
14-
uses: ./.github/workflows/callable-prebuild-amplify-js.yml
15-
with:
16-
runs_on: ubuntu-latest
17-
prebuild-macos:
18-
uses: ./.github/workflows/callable-prebuild-amplify-js.yml
19-
with:
20-
runs_on: macos-latest
21-
prebuild-samples-staging:
22-
secrets: inherit
23-
uses: ./.github/workflows/callable-prebuild-samples-staging.yml
2413
e2e:
25-
needs:
26-
- prebuild-macos
27-
- prebuild-ubuntu
28-
- prebuild-samples-staging
2914
secrets: inherit
30-
uses: ./.github/workflows/callable-e2e-tests.yml
15+
uses: ./.github/workflows/callable-release-verification.yml

0 commit comments

Comments
 (0)