[all-commits] [llvm/llvm-project] 934245: [Github] Prevent scorecard action from running on ...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Sat Nov 18 22:52:58 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 934245891361ab8568aba10d4381d21fe1e8b699
https://github.com/llvm/llvm-project/commit/934245891361ab8568aba10d4381d21fe1e8b699
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-11-18 (Sat, 18 Nov 2023)
Changed paths:
M .github/workflows/scorecard.yml
Log Message:
-----------
[Github] Prevent scorecard action from running on forks (#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.
More information about the All-commits
mailing list