mirror of
https://github.com/actions/runner.git
synced 2026-01-23 13:01:14 +08:00
fix step duplication
This commit is contained in:
@@ -1770,8 +1770,8 @@ namespace GitHub.Runner.Worker.Dap
|
||||
}
|
||||
|
||||
// Reset the step manipulator to match the restored state
|
||||
// It will be re-initialized when the restored step starts
|
||||
_stepManipulator?.ClearChanges();
|
||||
_stepManipulator?.TrimCompletedSteps(checkpointIndex);
|
||||
|
||||
// Store restored checkpoint for StepsRunner to consume
|
||||
_restoredCheckpoint = checkpoint;
|
||||
|
||||
Reference in New Issue
Block a user