Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions .github/workflows/e2e-orchestrator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,7 @@ on:
- 'scripts/e2e/**'
pull_request:
branches: [main]
paths:
- 'python/openai/**'
- 'nodejs/openai/**'
- 'nodejs/langchain/**'
- 'dotnet/semantic-kernel/**'
- 'dotnet/agent-framework/**'
- '.github/workflows/e2e-*.yml'
- 'scripts/e2e/**'
# No paths filter - E2E tests should always run to catch regressions
workflow_dispatch:
inputs:
sample:
Expand Down
Loading