[PATCH] D129526: Import CI tests from the release branch
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 26 09:18:22 PDT 2022
tstellar added inline comments.
================
Comment at: .github/workflows/clang-tests.yml:29
+ check_clang:
+ if: github.repository_owner == 'llvm'
+ name: Test clang,lldb,libclc
----------------
asl wrote:
> Is this to skip forks? If yes, then more canonical way is to do:
> ```
> on:
> push:
> ignore-forks: true
> ```
This doesn't seem to work: https://github.com/tstellar/llvm-project/pull/879
I also don't see it documented anywhere, but yet there is no error when I add it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129526/new/
https://reviews.llvm.org/D129526
More information about the llvm-commits
mailing list