chore: Do not run e2e tests in pull requests

This commit is contained in:
Faruk AYDIN
2024-11-25 12:50:59 +03:00
parent 58a569afb0
commit bc631e3931

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: