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
Pipeline tasks that run custom tasks should not be allowed to also use Conditions. Conditions are deprecated and replaced by when. It does not make sense to invest in making Conditions work with Run.
Feature request
This is a follow-on to #3463.
Pipeline tasks that run custom tasks should not be allowed to also use Conditions. Conditions are deprecated and replaced by
when
. It does not make sense to invest in making Conditions work with Run.Use case
This is needed to complete the work for https://github.com/tektoncd/community/blob/master/teps/0002-custom-tasks.md
The text was updated successfully, but these errors were encountered: