Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Aug 30, 2024
1 parent 5bfe300 commit f4ed5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stage-tracker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class StageTracker {
continue
}

// any pending stage before the current stage should be marked using opts.bypassStage
// any pending stage before the current stage should be marked using opts.bypassStatus
if (stages.indexOf(stage) < stages.indexOf(nextStage) && this.map.get(stage) === 'pending') {
this.set(stage, opts?.bypassStatus ?? 'completed')
continue
Expand Down

0 comments on commit f4ed5d2

Please sign in to comment.