🔥 3-day streak
GitHub Actions (GH-200)108 / 142
Question 108 of 142

A workflow uses a build matrix across `os: [ubuntu-latest, windows-latest, macos-latest]` and `node: [18, 20]`, producing six jobs. After a run completes, only the job labeled `build (windows-latest, 20)` has failed due to a flaky network timeout, while the other five passed. You want to retry just that one variant without consuming minutes on the passing jobs. What is the most efficient way to do this from the UI?

Reviewed for accuracy · Report an issueNext question