diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright-playground.yml similarity index 94% rename from .github/workflows/playwright.yml rename to .github/workflows/playwright-playground.yml index 42f992e3b..d554448a8 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright-playground.yml @@ -1,4 +1,4 @@ -name: Playwright Tests +name: Playwright Tests (Playground) on: push: branches: [ main ] @@ -7,6 +7,7 @@ on: jobs: e2e: + environment: Playground timeout-minutes: 60 runs-on: ubuntu-latest defaults: