diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 4f7ff7b9..243cac8f 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -16,6 +16,7 @@ jobs: preflight: name: Validate Environment runs-on: ubuntu-latest + environment: production steps: - name: Check Required Secrets run: | @@ -73,6 +74,7 @@ jobs: needs: preflight timeout-minutes: 60 runs-on: ubuntu-latest + environment: production strategy: fail-fast: false