diff --git a/pkg/apis/pipeline/v1alpha1/types_test.go b/pkg/apis/pipeline/v1alpha1/types_test.go index 2b947cac6f7..ebf697c3ca6 100644 --- a/pkg/apis/pipeline/v1alpha1/types_test.go +++ b/pkg/apis/pipeline/v1alpha1/types_test.go @@ -30,4 +30,5 @@ func TestTypes(t *testing.T) { var _ webhook.GenericCRD = (*v1alpha1.PipelineResource)(nil) var _ webhook.GenericCRD = (*v1alpha1.Task)(nil) var _ webhook.GenericCRD = (*v1alpha1.TaskRun)(nil) + var _ webhook.GenericCRD = (*v1alpha1.Condition)(nil) }