Rename first df job (#33651)

Presumably it can't have the same name as the other df job
This commit is contained in:
David Baker
2026-05-29 09:50:19 +01:00
committed by GitHub
parent 16c0dfcec9
commit 05e3f1bd6f
+1 -1
View File
@@ -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