Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't execute CustomTaskChanges twice #5341

Merged

Conversation

filipelautert
Copy link
Collaborator

Impact

  • Bug fix (non-breaking change which fixes expected existing functionality
  • Enhancement/New feature (adds functionality without impacting existing logic)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

CustomTaskChanges were being executed twice: one to generate logs (and they don't generate any), and the other one was the actual run.

This PR prevents log generation execution.

@filipelautert filipelautert merged commit ed82ca2 into master Dec 11, 2023
34 of 43 checks passed
@filipelautert filipelautert deleted the 5314-customtaskchange-execute-method-runs-twice branch December 11, 2023 12:48
@filipelautert filipelautert added this to the 1NEXT milestone Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

CustomTaskChange execute method runs twice
3 participants