From 752581826b4ad02e07d7a713eacd0cafb2c77adc Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Tue, 28 Apr 2026 14:36:03 -0700 Subject: [PATCH] [github-actions] free disk space in Nexus workflow jobs (#12996) Add the jlumbroso/free-disk-space action to all jobs in the Nexus workflow. This ensures that the runner has sufficient disk space to complete the build and test tasks, preventing failures due to exhausted disk resources on GitHub-hosted runners. --- .github/workflows/nexus.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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