Merge pull request #2229 from automatisch/playwright-main

chore: Do not run e2e tests in pull requests
This commit is contained in:
Ömer Faruk Aydın
2024-11-25 12:54:46 +03:00
committed by GitHub

View File

@@ -3,12 +3,13 @@ on:
push: push:
branches: branches:
- main - main
pull_request: # TODO: Add pull request after optimizing the total excecution time of the test suite.
paths: # pull_request:
- 'packages/backend/**' # paths:
- 'packages/e2e-tests/**' # - 'packages/backend/**'
- 'packages/web/**' # - 'packages/e2e-tests/**'
- '!packages/backend/src/apps/**' # - 'packages/web/**'
# - '!packages/backend/src/apps/**'
workflow_dispatch: workflow_dispatch:
env: env: