[PATCH] D146235: workflows: Don't try and run llvm-bugs in forks
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 16 09:47:28 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2be973e9d80b: workflows: Don't try and run llvm-bugs in forks (authored by jrtc27).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146235/new/
https://reviews.llvm.org/D146235
Files:
.github/workflows/llvm-bugs.yml
Index: .github/workflows/llvm-bugs.yml
===================================================================
--- .github/workflows/llvm-bugs.yml
+++ .github/workflows/llvm-bugs.yml
@@ -12,6 +12,7 @@
jobs:
auto-subscribe:
runs-on: ubuntu-latest
+ if: github.repository == 'llvm/llvm-project'
steps:
- uses: actions/setup-node at v3
with:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146235.505848.patch
Type: text/x-patch
Size: 365 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230316/73b799f0/attachment.bin>
More information about the llvm-commits
mailing list