From cb6085886c520a3371a6fb400bfd79e348f9e44f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=A3=E5=BC=BA?= Date: Thu, 23 Nov 2023 15:18:18 +0800 Subject: [PATCH] chore: add performance --- .github/workflows/performance.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/performance.yaml b/.github/workflows/performance.yaml index 0da86e942f..bd0ae15f8d 100644 --- a/.github/workflows/performance.yaml +++ b/.github/workflows/performance.yaml @@ -44,7 +44,7 @@ jobs: if [ -n "$parsed_data" ]; then echo "$parsed_data" - curl --location --request DELETE 'https://api.semi.design/analyze/removeTask?id=964fa063-36bd-4ada-9acf-d81f73bc0e16' --header 'X-TT-ENV: canary' --header "X-SEMI-Request: ${{ secrets.SEMI_REQUEST }}" + curl --location --request DELETE "https://api.semi.design/analyze/removeTask?id=$id" --header 'X-TT-ENV: canary' --header "X-SEMI-Request: ${{ secrets.SEMI_REQUEST }}" break else echo "task result is empty at tried number #$i"