Commit 2025-06-09 03:42 02aed454

View on Github →

fix: only run jobs in the fork workflow for PRs from forks (#25615) Currently, the "Style Lint (fork)" job is triggered even for PRs from branches in this repo. We add the fork conditional to all jobs in order to fix this.

Estimated changes