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.