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

Check task state before checking steps (so it can be skipped if needed) #981

Merged
merged 1 commit into from
May 30, 2024

Conversation

senko
Copy link
Contributor

@senko senko commented May 30, 2024

Orchestrator needs to check task status before asking Developer to work on it, because the status may be "SKIPPED", in which case we don't wan to deal with the task at all.

Before the fix:
Screenshot from 2024-05-30 11-39-31

After the fix:
Screenshot from 2024-05-30 11-42-26

@senko senko requested a review from LeonOstrez May 30, 2024 09:45
@LeonOstrez LeonOstrez merged commit 88ba3f5 into main May 30, 2024
6 checks passed
@LeonOstrez LeonOstrez deleted the skip-task-fix branch May 30, 2024 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants