diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index c779d68a..38200ad7 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -2,9 +2,7 @@ name: Playwright Tests on: deployment_status: - paths: - - playwright/** - - .github/workflows/playwright.yml + push: defaults: run: working-directory: ./playwright @@ -15,7 +13,10 @@ jobs: runs-on: ubuntu-latest container: image: mcr.microsoft.com/playwright:v1.41.2-jammy - if: github.event.deployment_status.state == 'success' + # TODO: Refactor action to use updated logic for Login.gov + # when a service account to run tests is available for use. + # Issue: CRASH-337 + if: true == false steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3