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

fix: do not run dependant tasks unless updated services depend on them #429

Merged
merged 1 commit into from
Dec 10, 2018

Conversation

edvald
Copy link
Collaborator

@edvald edvald commented Dec 10, 2018

Tasks should not run if they are leaf nodes after watch triggers.
Otherwise tasks that have no dependants get run automatically, and we
want users to be able to define tasks that are only run manually.

@edvald
Copy link
Collaborator Author

edvald commented Dec 10, 2018

cc @ellenkorbes

@edvald edvald requested a review from thsig December 10, 2018 16:59
Tasks should not run if they are leaf nodes after watch triggers.
Otherwise tasks that have no dependants get run automatically, and we
want users to be able to define tasks that are only run manually.
@edvald edvald merged commit 5f56859 into master Dec 10, 2018
@edvald edvald deleted the fix-task-auto-run branch December 10, 2018 18:36
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