From f602f243420a42e0a1fdb5fbf8833fa029bca4e2 Mon Sep 17 00:00:00 2001 From: Michael Schiemer Date: Fri, 31 Oct 2025 15:52:47 +0100 Subject: [PATCH] Test: Verify docker-build runner label works for build job --- .gitea/workflows/production-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/production-deploy.yml b/.gitea/workflows/production-deploy.yml index 6ab26fc6..e7e39b2f 100644 --- a/.gitea/workflows/production-deploy.yml +++ b/.gitea/workflows/production-deploy.yml @@ -90,6 +90,7 @@ jobs: echo "⚠️ Tests temporarily skipped due to PHP 8.5 compatibility issues" echo "This will be re-enabled when dependencies (pestphp/pest, brianium/paratest) support PHP 8.5" echo "Estimated timeline: 1 month" + echo "Test: Runner docker-build label verification" # Job 2: Build & Push Docker Image build: