Cron job builds appear like normal builds

On the web UI, it’s impossible to tell cron job builds apart from regular push/PR builds.

This is a problem, because they’re different. For example, we use cron jobs to fire end-to-end tests, while the other builds run the regular test suite.

I’m also having issues testing the cron jobs themselves; see Add a way to trigger or test a cron job.

There is an open issue for this at https://github.com/drone/drone-ui/issues/268

Thanks! I didn’t find the issue because I didn’t know there was a separate repo for the UI.