Hacker News new | ask | show | jobs
by ilammy 2274 days ago
> GitHub Actions pull request checks are against the PR branch, while Travis pull request checks are against a merged tree

Actually, actions/checkout will check out the merged tree by default.

1 comments

Indeed, the documentation reflects this. So why isn't it happening on my repo? Weird...