[devops] hotfix testmon cache clean logic (#3917)

pull/3919/head
Hongxin Liu 2023-06-07 12:39:12 +08:00 committed by GitHub
parent 9c88b6cbd1
commit c25d421f3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -271,7 +271,6 @@ jobs:
PR_NUMBER: ${{ github.event.pull_request.number }}
- name: Remove testmon cache
if: github.event.pull_request.merged != true
run: |
rm -rf /github/home/testmon_cache/_pull/${PR_NUMBER}
env: