Skip to content

Commit

Permalink
Cleanup playwright Github Actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
micahjon committed Oct 13, 2024
1 parent 55f7e65 commit 973198d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 973198d

Please sign in to comment.