Skip to content

Commit

Permalink
Create workfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilosevic authored Aug 29, 2024
1 parent bc00aba commit 4024b73
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/host-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,8 @@ jobs:
export WORKPLACE=/home/ubuntu/actions-runner/_work
echo "Deleting work folder $WORKPLACE"
sudo rm -rf $WORKPLACE
mkdir -p $GITHUB_WORKSPACE
free-space:
needs: cleanup
runs-on: n150
steps:
- name: Report free space after cleanup
run: |
echo "Free space after cleanup:"
Expand Down

0 comments on commit 4024b73

Please sign in to comment.