From 4bfbbc59734150670087d02011fa8c31f2eccc56 Mon Sep 17 00:00:00 2001 From: Ethan Gardner Date: Mon, 1 Jul 2024 18:56:19 -0400 Subject: [PATCH] cleanup duplicate actions from deploy.yml (#244) --- .github/workflows/deploy.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4a2286946..8b884b8e8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,8 +27,4 @@ jobs: uses: ./.github/workflows/_terraform-apply.yml secrets: inherit with: - deploy-env: ${{ github.ref_name }} - e2e: - needs: [deploy] - uses: ./.github/workflows/_playwright.yml - secrets: inherit \ No newline at end of file + deploy-env: ${{ github.ref_name }} \ No newline at end of file