chore(temporal): exclude e2e tests from temporal (#28561)

This commit is contained in:
Eric Duong
2025-02-12 02:35:17 -07:00
committed by GitHub
parent b7bdd50517
commit b719e4ea82
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ jobs:
# the dependencies more clear if we separated the backend/frontend
# code completely
- 'ee/**'
- 'posthog/**'
- 'posthog/!(temporal/**)/**'
- 'bin/*'
- frontend/**/*
- requirements.txt

View File

@@ -32,7 +32,7 @@ jobs:
# the dependencies more clear if we separated the backend/frontend
# code completely
- 'ee/**'
- 'posthog/**'
- 'posthog/!(temporal/**)/**'
- 'bin/*'
- frontend/**/*
- requirements.txt