The CircleCI steps all show in GitHub presently. If our workflow includes a manual step, though (for example, UAT deployment), this also shows in GitHub and causes the status checks at the bottom of PRs to never go green (they're either red because of a test failure or pending because of these manual steps). If the config allowed not posting specific steps to GitHub, we could ignore the manual parts of the workflow so the PR would go green when the tests pass.