diff --git a/.github/actions/clean-disk/action.yml b/.github/actions/clean-disk/action.yml index 227ea44..9973109 100644 --- a/.github/actions/clean-disk/action.yml +++ b/.github/actions/clean-disk/action.yml @@ -46,13 +46,11 @@ runs: /var/lib/docker/ \ "$AGENT_TOOLSDIRECTORY" \ /opt \ - /usr/{local,share} & - - { - sudo swapoff -a - sudo rm -f /mnt/swapfile - } & - + /usr/{local,share}/** & + # { + # sudo swapoff -a + # sudo rm -f /mnt/swapfile + # } & wait echo "... done"