From 2c5a8ac459b710fef44871176a9ca343b7ccd56a Mon Sep 17 00:00:00 2001 From: Scott Rees <6165315+reesscot@users.noreply.github.com> Date: Tue, 14 Nov 2023 11:56:49 -0700 Subject: [PATCH] chore: skip e2e tests on publish next (#4718) --- .github/workflows/publish-next.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish-next.yml b/.github/workflows/publish-next.yml index 6dd10661e5d..b24ce8c1f06 100644 --- a/.github/workflows/publish-next.yml +++ b/.github/workflows/publish-next.yml @@ -151,7 +151,6 @@ jobs: retention-days: 5 publish: - needs: [e2e, guides] uses: aws-amplify/amplify-ui/.github/workflows/reusable-tagged-publish.yml@main with: dist-tag: next