You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix pending Integration Tests check for non-agentex PRs
The "Integration Tests Summary" check is required by branch protection,
but the workflow only triggered on changes to agentex/**. This caused
PRs that only modify other files (like dependency updates) to have a
perpetually pending check.
Changes:
- Remove paths filter from pull_request trigger so workflow always runs
- Add "Detect Changes" job that checks if agentex/ files changed
- Gate test jobs on the changes detection output
- Summary job always runs to satisfy branch protection, but reports
"skipped" when no agentex changes detected
0 commit comments