chore: Disable tests on alpha code
This commit is contained in:
parent
fb51d39159
commit
dc68b8c611
1 changed files with 3 additions and 2 deletions
5
.github/workflows/playwright.yml
vendored
5
.github/workflows/playwright.yml
vendored
|
@ -1,9 +1,10 @@
|
|||
name: Playwright Tests
|
||||
# While it's nice to test e2e tests, it's not all that useful to run them on alpha code
|
||||
on:
|
||||
push:
|
||||
IGNORE_push:
|
||||
branches:
|
||||
- develop
|
||||
pull_request:
|
||||
IGNORE_pull_request:
|
||||
branches:
|
||||
- develop
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue