Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(fix): checkout before doing path filtering (#9920)
### Description We're seeing sporadic failures on the `dorny/paths-filter` part, and[ the recommended recourse](dorny/paths-filter#24 (comment)) from the workflow author is to add a checkout. Failures: - https://github.com/vercel/turborepo/actions/runs/13208878667/job/36878355246 - https://github.com/vercel/turborepo/actions/runs/13205111177/job/36866322671 However, it's notable that it looks like GHA just...does this sometimes? - actions/checkout#417 - actions/runner-images#9632 - actions/runner-images#9882 ### Testing Instructions CI
- Loading branch information