"This job has not been triggered yet" after hitting "Retry"
Description
It appears that we do not handle This job has not been triggered yet splash screen correctly, because I just saw it after hitting the Retry button in the job that was not a manual action.
From our discussion on Slack it seems that we only check ci_builds.started which is still nil for pending jobs.
Proposal
Should we check whether the job is an action which status is manual? We do have manual and action fields exposed in the API.