# Rerun Green Step

**URL:** https://forum.buildkite.community/t/rerun-green-step/1576
**Category:** Features Requests
**Created:** [June 3, 2021, 8:15pm UTC](https://forum.buildkite.community/t/rerun-green-step/1576 "2021-06-03T20:15:01Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![simon-mo](https://avatars.discourse-cdn.com/v4/letter/s/779978/32.png) [@simon-mo](https://forum.buildkite.community/u/simon-mo)
#### Post date: [June 3, 2021, 8:15pm UTC](https://forum.buildkite.community/t/rerun-green-step/1576/1 "2021-06-03T20:15:01Z")

</div>

There are builds in our projects that are typically flaky. Additionally there might be cases where the external environment changed and we want to re-run the step again. Is it possible for that? For now we have to kick off the entire build again but it would be great to just re-run the single (passed) step.

---

<div class="post-metadata">

### Author: ![paula](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.buildkite.community/paula/32/954_2.png) [@paula](https://forum.buildkite.community/u/paula)
#### Post date: [June 3, 2021, 9:52pm UTC](https://forum.buildkite.community/t/rerun-green-step/1576/2 "2021-06-03T21:52:51Z")

</div>

Hi @simon-mo ! Welcome back! 🤗

Sure! you can. Passed steps can be retried if permitted: [https://buildkite.com/docs/pipelines/command-step#manual-retry-attributes](https://buildkite.com/docs/pipelines/command-step#manual-retry-attributes)

We don’t assume steps that pass are retryable, because that would break many workflows.

Cheers!
