[all-commits] [llvm/llvm-project] 83888a: [Github] Only run github actions on main monorepo ...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Sat Nov 4 00:17:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 83888a5404d46667647fe36d6fa510d075ed57ea
https://github.com/llvm/llvm-project/commit/83888a5404d46667647fe36d6fa510d075ed57ea
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-11-04 (Sat, 04 Nov 2023)
Changed paths:
M .github/workflows/docs.yml
M .github/workflows/pr-code-format.yml
Log Message:
-----------
[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.
More information about the All-commits
mailing list