Replies: 1 comment
-
I see at least two options here:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There's already a setup for retrieving the status for builds started by GitHub PRs, allowing us to send an email if a build failed, but is there the same for builds started by
cron
? For success, I can make an extra task that depends on the other tasks and have it send something once they're all finished, but I can't think of a way to do this if one task fails.Beta Was this translation helpful? Give feedback.
All reactions