From 05e3f1bd6fd0aae9f31d5ed5d4708af5711a3225 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 29 May 2026 09:50:19 +0100 Subject: [PATCH] Rename first df job (#33651) Presumably it can't have the same name as the other df job --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a5fd80c127..9e60b9b01f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,7 +39,7 @@ jobs: steps: # Dump the disk usage before we start: this job frequently flakes with "No space left on device" # so, with the one at the end too, this will let us work out how much disk has been used. - - name: df + - name: dfbefore run: df -h && df -i - name: Checkout code