From 71a80328d8ebf800e874be2f3a97e8bbd9816ca7 Mon Sep 17 00:00:00 2001 From: Alex Hung Date: Fri, 17 May 2024 10:01:29 -0700 Subject: [PATCH] Update TFproviderTest.yml Switch to onStart for approval step to send status --- .jfrog-pipelines/TFproviderTest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jfrog-pipelines/TFproviderTest.yml b/.jfrog-pipelines/TFproviderTest.yml index 3489dcc95..6b3fa7458 100644 --- a/.jfrog-pipelines/TFproviderTest.yml +++ b/.jfrog-pipelines/TFproviderTest.yml @@ -30,7 +30,7 @@ pipelines: - integrationName: partnership_slack timeoutSeconds: 172800 # 2 days execution: - onExecute: + onStart: - echo "Sending status to GitHub." - export STATE="pending" - export DESCRIPTION="Pipeline run is in progress."