[all-commits] [llvm/llvm-project] 2be973: workflows: Don't try and run llvm-bugs in forks

Jessica Clarke via All-commits all-commits at lists.llvm.org
Thu Mar 16 09:47:32 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2be973e9d80b2680fc36ce7ed11461ffe3e6c7f5
      https://github.com/llvm/llvm-project/commit/2be973e9d80b2680fc36ce7ed11461ffe3e6c7f5
  Author: Jessica Clarke <jrtc27 at jrtc27.com>
  Date:   2023-03-16 (Thu, 16 Mar 2023)

  Changed paths:
    M .github/workflows/llvm-bugs.yml

  Log Message:
  -----------
  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




More information about the All-commits mailing list