diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4a228694..8b884b8e 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