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
Add pull_request trigger to integration tests with skip on non-merge-queue (#51)
The workflow now triggers on all pull requests so it shows as a required
check, but both jobs skip their execution unless running in merge_group
or workflow_dispatch. This ensures PRs show passing checks without
running expensive tests on every PR update.
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments