workflows: Don't try and run llvm-bugs in forks
authorJessica Clarke <jrtc27@jrtc27.com>
Thu, 16 Mar 2023 16:47:07 +0000 (16:47 +0000)
committerJessica Clarke <jrtc27@jrtc27.com>
Thu, 16 Mar 2023 16:47:07 +0000 (16:47 +0000)
commit2be973e9d80b2680fc36ce7ed11461ffe3e6c7f5
treecd1e3c73c9e953a4fdda1eeb790b152e60fd4073
parent5da8f30d6382d4692cfe5b8e18851eea2095bacc
workflows: Don't try and run llvm-bugs in forks

Most forks won't have an LLVM_BUGS_KEY secret, so Mailgun will error out
with a missing key, and if forks do happen to have such a secret then we
still don't want to be getting emails to LLVM's mailing lists for
downstream forks.

Reviewed By: tstellar

Differential Revision: https://reviews.llvm.org/D146235
.github/workflows/llvm-bugs.yml