From dfdb8fedc36cf87f36e7f1ac4f52962a1266c08b Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Fri, 28 Feb 2025 15:36:44 -0800 Subject: [PATCH] test Signed-off-by: Sayali Gaikawad --- jenkins/release-workflows/release-chores.jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/release-workflows/release-chores.jenkinsfile b/jenkins/release-workflows/release-chores.jenkinsfile index dd2d6cfa2c..d541318af3 100644 --- a/jenkins/release-workflows/release-chores.jenkinsfile +++ b/jenkins/release-workflows/release-chores.jenkinsfile @@ -81,7 +81,7 @@ pipeline { checkNotifyAndAssignReleaseOwners( inputManifest: [ "manifests/${params.RELEASE_VERSION}/opensearch-${params.RELEASE_VERSION}.yml", "manifests/${params.RELEASE_VERSION}/opensearch-dashboards-${params.RELEASE_VERSION}.yml" ], - action: 'check' + action: 'notify' ) } }