From 973198d82387584f89c746927451aee1eb5f2193 Mon Sep 17 00:00:00 2001 From: Micah Engle-Eshleman Date: Sat, 12 Oct 2024 22:59:21 -0700 Subject: [PATCH] Cleanup playwright Github Actions config --- .github/workflows/playwright.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index d4cf6dc..4aec01b 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -1,12 +1,12 @@ name: Playwright Tests on: push: - branches: [main, master] + branches: [main] pull_request: - branches: [main, master] + branches: [main] jobs: test: - timeout-minutes: 60 + timeout-minutes: 5 runs-on: ubuntu-latest steps: - uses: actions/checkout@v3