Skip to content

Commit

Permalink
Disabled e2e tests from main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
silversonicaxel committed Oct 15, 2024
1 parent 12911ef commit f25781d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: E2e tests

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
branches: [ 'main', '*/*' ]
push:
branches: []

jobs:
test:
runs-on: ubuntu-latest

timeout-minutes: 60
timeout-minutes: 30

steps:
- name: Wait for HTTP Status Code 200 from the Vercel Preview Deploy
Expand Down

0 comments on commit f25781d

Please sign in to comment.