mirror of https://github.com/hpcaitech/ColossalAI
[devops] hotfix testmon cache clean logic (#3917)
parent
9c88b6cbd1
commit
c25d421f3e
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue