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
fix!: ensure if-dependencies apply at target phase
BREAKING CHANGE: Tasks will no longer pull `if-dependencies` in at the
target phase.
It's now possible for a task with multiple `if-dependencies` to run
after one task, without also causing the other to run.
0 commit comments