docs/data/reusables/actions/partial-reruns-with-reusabl...

1.1 KiB

Reusable workflows from public repositories can be referenced using a SHA, a release tag, or a branch name. For more information, see "AUTOTITLE."

When you re-run a workflow that uses a reusable workflow and the reference is not a SHA, there are some behaviors to be aware of:

  • Re-running all jobs in a workflow will use the reusable workflow from the specified reference. For more information about re-running all jobs in a workflow, see "AUTOTITLE."
  • Re-running failed jobs or a specific job in a workflow will use the reusable workflow from the same commit SHA of the first attempt. For more information about re-running failed jobs in a workflow, see "AUTOTITLE." For more information about re-running a specific job in a workflow, see "AUTOTITLE."