Skip to content

Commit

Permalink
UbuntuGH.yml: Add a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay committed Jan 5, 2025
1 parent 8e1793a commit 04670bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/UbuntuGH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ jobs:
- name: Running iniPC script for the 2nd time should not fail.
run: ./run_init.sh --noninteractive

# TODO consolidate disk space usage (there some almost free partitions here...
# see whether I can use them and how <https://github.com/marketplace/actions/maximize-build-disk-space>)
# https://www.synacktiv.com/en/publications/github-actions-exploitation-self-hosted-runners
# https://docs.github.com/en/actions/sharing-automations/reusing-workflows?learn=getting_started&learnProduct=actions
- name: Check disk space on the GitHub runner
run: df -h

Expand Down

0 comments on commit 04670bc

Please sign in to comment.