[Github] Only run github actions on main monorepo (#69774)
commit83888a5404d46667647fe36d6fa510d075ed57ea
authorAiden Grossman <agrossman154@yahoo.com>
Sat, 4 Nov 2023 07:17:06 +0000 (4 00:17 -0700)
committerGitHub <noreply@github.com>
Sat, 4 Nov 2023 07:17:06 +0000 (4 00:17 -0700)
treec5f51b2c024fda33d20472d832e5371fa958795a
parent9189cd6452219a99eefc1d4727aeb18732077862
[Github] Only run github actions on main monorepo (#69774)

There are currently a couple jobs that run on all forks of LLVM too (if
there is a PR opened, or in the case of the documentation builds, upon
pushing to main). This isn't desired behavior. This commit disables that
behavior, forcing the jobs to not run if they aren't running against
llvm/llvm-project or a PR against that repo.
.github/workflows/docs.yml
.github/workflows/pr-code-format.yml