1
0
Fork 0

chore: Disable tests on alpha code

This commit is contained in:
joostdecock 2023-05-17 13:29:04 +02:00
parent fb51d39159
commit dc68b8c611

View file

@ -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: