Unverified Commit c25d421f authored by Hongxin Liu's avatar Hongxin Liu Committed by GitHub
Browse files

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

parent 9c88b6cb
...@@ -271,7 +271,6 @@ jobs: ...@@ -271,7 +271,6 @@ jobs:
PR_NUMBER: ${{ github.event.pull_request.number }} PR_NUMBER: ${{ github.event.pull_request.number }}
- name: Remove testmon cache - name: Remove testmon cache
if: github.event.pull_request.merged != true
run: | run: |
rm -rf /github/home/testmon_cache/_pull/${PR_NUMBER} rm -rf /github/home/testmon_cache/_pull/${PR_NUMBER}
env: env:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment