It looks like that jobs with dependencies (like "deploy" in omicron) have their execution time in GitHub Check Suites tracked as the time it took to complete the dependencies and the job in question. This makes it harder to determine how much the job actually takes, and is not consistent with how GitHub Actions tracks things. We should switch it to track only the time it took to complete the job itself.