[PATCH] D112801: Disable lockdown for external forks by default

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 29 14:55:37 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG84ccf0b89120: Disable lockdown for external forks by default (authored by alexbatashev, committed by tstellar).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112801/new/

https://reviews.llvm.org/D112801

Files:
  .github/workflows/repo-lockdown.yml


Index: .github/workflows/repo-lockdown.yml
===================================================================
--- .github/workflows/repo-lockdown.yml
+++ .github/workflows/repo-lockdown.yml
@@ -9,6 +9,7 @@
 jobs:
   action:
     runs-on: ubuntu-latest
+    if: github.repository == 'llvm/llvm-project'
     steps:
       - uses: dessant/repo-lockdown at v2
         with:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112801.383509.patch
Type: text/x-patch
Size: 370 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211029/1a2dc39e/attachment.bin>


More information about the llvm-commits mailing list