[PATCH] D129526: Import CI tests from the release branch
Anton Korobeynikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 26 12:35:30 PDT 2022
asl accepted this revision.
asl added inline comments.
This revision is now accepted and ready to land.
================
Comment at: .github/workflows/clang-tests.yml:29
+ check_clang:
+ if: github.repository_owner == 'llvm'
+ name: Test clang,lldb,libclc
----------------
tstellar wrote:
> 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.
Interesting. Maybe they changed syntax. I'm seeing the following in examples: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-only-run-job-for-specific-repository
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