This is an archive of the discontinued LLVM Phabricator instance.

workflows: Don't try and run llvm-bugs in forks
ClosedPublic

Authored by jrtc27 on Mar 16 2023, 9:39 AM.

Details

Summary

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.

Diff Detail

Event Timeline

jrtc27 created this revision.Mar 16 2023, 9:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 16 2023, 9:39 AM
jrtc27 requested review of this revision.Mar 16 2023, 9:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 16 2023, 9:39 AM
tstellar accepted this revision.Mar 16 2023, 9:45 AM

LGTM.

This revision is now accepted and ready to land.Mar 16 2023, 9:45 AM
This revision was landed with ongoing or failed builds.Mar 16 2023, 9:47 AM
This revision was automatically updated to reflect the committed changes.