fixes: web and build

This commit is contained in:
2025-10-22 14:27:02 -04:00
committed by sbcrumb
parent 78813b9189
commit 66a80992b5
4 changed files with 24 additions and 2 deletions
+4
View File
@@ -11,6 +11,10 @@ jobs:
runs-on: host
steps:
- name: Pre-cleanup
run: |
docker system prune -f
docker builder prune -f --filter until=24h
- name: Checkout code (DEV)
run: |
echo "Current workspace: $(pwd)"