Skip to content

Commit

Permalink
chore: add performance
Browse files Browse the repository at this point in the history
  • Loading branch information
DaiQiangReal committed Nov 27, 2023
1 parent f3b4c58 commit cb60858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cb60858

Please sign in to comment.