diff --git a/.github/workflows/check-file-updates.yaml b/.github/workflows/check-file-updates.yaml index b6b7f0f1fee..f52a60b3167 100644 --- a/.github/workflows/check-file-updates.yaml +++ b/.github/workflows/check-file-updates.yaml @@ -1,6 +1,6 @@ name: Check config and readme updates on: - pull_request: + pull_request_target: jobs: file-updates: permissions: diff --git a/apis/datasciencecluster/v1/datasciencecluster_types.go b/apis/datasciencecluster/v1/datasciencecluster_types.go index 39166651ac1..be9b1532da2 100644 --- a/apis/datasciencecluster/v1/datasciencecluster_types.go +++ b/apis/datasciencecluster/v1/datasciencecluster_types.go @@ -79,12 +79,7 @@ type Components struct { // TrustyAI component configuration. TrustyAI trustyai.TrustyAI `json:"trustyai,omitempty"` - - // ModelRegistry component configuration. - ModelRegistry modelregistry.ModelRegistry `json:"modelregistry,omitempty"` - - //Training Operator component configuration. - TrainingOperator trainingoperator.TrainingOperator `json:"trainingoperator,omitempty"` + } // ComponentsStatus defines the custom status of DataScienceCluster components.