Skip to content

Commit 2f75e12

Browse files
thyeggmansalilsub
andauthored
Add note about workflow rerun limit (#60176)
Co-authored-by: Salil <salilsub@users.noreply.github.com>
1 parent 84cba57 commit 2f75e12

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

content/actions/how-tos/manage-workflow-runs/re-run-workflows-and-jobs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ contentType: how-tos
1919

2020
> [!NOTE]
2121
> Re-run workflows use the privileges of the actor who initially triggered the workflow, not the privileges of the actor who initiated the re-run. The workflow will also use the same `GITHUB_SHA` (commit SHA) and `GITHUB_REF` (git ref) of the original event that triggered the workflow run.
22+
{% ifversion fpt or ghec %}
23+
>
24+
> A workflow run can be re-run a maximum of 50 times. Re-running only a single job or failed jobs counts towards this limit.
25+
{% endif %}
2226

2327
## Re-running all the jobs in a workflow
2428

0 commit comments

Comments
 (0)