From e782e019619d417972f0add8f2f6ba9a36665d68 Mon Sep 17 00:00:00 2001 From: Cassidy Boilley Date: Fri, 24 May 2024 17:51:15 -0700 Subject: [PATCH] trying out the test suite --- .github/workflows/playwright.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 8e56304..9195975 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -1,9 +1,9 @@ name: Playwright Tests on: push: - branches: [main] + branches: [devops/qa-testing] pull_request: - branches: [main] + branches: [devops/qa-testing] jobs: test: timeout-minutes: 60