Skip to content

Commit

Permalink
workflows: Don't try and run llvm-bugs in forks
Browse files Browse the repository at this point in the history
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

(cherry picked from commit 2be973e)
  • Loading branch information
jrtc27 committed Mar 16, 2023
1 parent bd791ca commit 5bbfce3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/llvm-bugs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
auto-subscribe:
runs-on: ubuntu-latest
if: github.repository == 'llvm/llvm-project'
steps:
- uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 5bbfce3

Please sign in to comment.