You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The trigger command has always overridden the held status.
* This still holds for group-start tasks, however:
* In-group tasks which were previously held are not released (so will
not run when their deps are met).
* Tasks which are removed as part of group-trigger will get held as a
side-effect of removal.
* This small modification releases in-group active tasks, as well as non
start-tasks which were removed in order to ensure that trigger
continues to trump held.
0 commit comments