Unable to re-run skipped workflow

The documentation says:

If you later decide to build a skipped commit, you can override any skip tags by rerunning the build. If you are using workflows, go to the Workflows page of the CircleCI application and rerun the entire Workflow or rerun it from failed jobs.

However, from the job view the only Rerun option I have is to “Rerun job with SSH”. Similarly the workflow view has no rerun option. Normally, if a workflow had been run before I would see a drop down of three options “Rerun”, “Rerun failed jobs”, and “Rerun from beginning”. I would expect similar options for a workflow that was skipped.

2 Likes

Did you figure this out?

No. There isn’t anything to figure out from what I can tell. I ran the job with SSH and when it was done I waited the 10 minutes for it to timeout the SSH session.

I ended up pushing an empty commit to the same branch to get it to rebuild.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.