Skip to content

How to: Re run a github actions workflow

Mike Dial edited this page May 13, 2021 · 1 revision

Rerunning a GitHub Actions workflow is sometimes appropriate. Appropriate scenarios include rerunning after updating a GitHub secret, after updating a misconfigured SSM parameter, and after a transient runner failure.

Prerequisites

  • None

Steps

Notes

  • None
Clone this wiki locally