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(ci): prevent duplicate runs on PR updates (#1406)
Remove the push trigger from the PR Tests workflow to avoid duplicate
runs when a pull request is updated. The workflow will now only run on
pull_request events, ensuring a single execution per PR update.
0 commit comments