Currently it appears that the actions run on the PR branch, as pushed.
Since branches could have an old merge-base with respect to main, the important checks and tests can become out of date.
We should try and run actions against a merged or rebased version of the PR to avoid this.
Currently it appears that the actions run on the PR branch, as pushed.
Since branches could have an old merge-base with respect to
main, the important checks and tests can become out of date.We should try and run actions against a merged or rebased version of the PR to avoid this.