Skip to content

Commit

Permalink
fix: remove code from bad merge
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Rodrigues <[email protected]>
  • Loading branch information
eduardodbr committed Nov 19, 2024
1 parent 360ba5e commit 0013749
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions workflow/controller/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,6 @@ func (woc *wfOperationCtx) operate(ctx context.Context) {
}

if woc.wf.Status.Phase == wfv1.WorkflowUnknown {
woc.markWorkflowRunning(ctx)
setWfPodNamesAnnotation(woc.wf)
err := woc.createPDBResource(ctx)
if err != nil {
woc.log.WithError(err).WithField("workflow", woc.wf.Name).Error("PDB creation failed")
Expand Down

0 comments on commit 0013749

Please sign in to comment.