Skip to content

Commit

Permalink
feat(wait-stage): Make Wait Stage restartable. (#10073)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sitkevich88 authored Feb 1, 2024
1 parent 32dfea8 commit f3df056
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/pipeline/config/stages/wait/waitStage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Registry.pipeline.registerStage({
label: 'Wait',
description: 'Waits a specified period of time',
key: 'wait',
restartable: true,
component: WaitStageConfig,
executionDetailsSections: [WaitExecutionDetails, ExecutionDetailsTasks],
executionLabelComponent: WaitExecutionLabel,
Expand Down

0 comments on commit f3df056

Please sign in to comment.