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

This commit is contained in:
Hongxin Liu
2023-06-07 12:39:12 +08:00
committed by GitHub
parent 9c88b6cbd1
commit c25d421f3e

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: