Skip to content

Commit

Permalink
cleanup duplicate actions from deploy.yml (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethangardner authored Jul 1, 2024
1 parent 8008d7e commit 4bfbbc5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
deploy-env: ${{ github.ref_name }}

0 comments on commit 4bfbbc5

Please sign in to comment.