Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Github] Prevent scorecard action from running on forks (llvm#72780)
Currently, the scorecard action runs on forks. This means that every recent fork will be periodically running a job that doesn't really make a lot of sense to run outside the main monorepo. This patch fixes that by restricting the job to only run in the monorepo.
- Loading branch information