diff --git a/.github/workflows/nexus.yml b/.github/workflows/nexus.yml index 73dbc6aac..43f6ecf83 100644 --- a/.github/workflows/nexus.yml +++ b/.github/workflows/nexus.yml @@ -54,6 +54,9 @@ jobs: with: egress-policy: audit + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: submodules: recursive @@ -83,6 +86,9 @@ jobs: with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: submodules: recursive @@ -116,6 +122,9 @@ jobs: with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: submodules: recursive @@ -145,6 +154,9 @@ jobs: with: egress-policy: audit + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: submodules: recursive @@ -172,6 +184,9 @@ jobs: with: egress-policy: audit + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: submodules: recursive