From f0251a654afbcdd30d0326e27cf002224620528d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hartmut=20N=C3=B6renberg?= Date: Fri, 17 Apr 2026 19:15:00 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20retrigger=20marker=20=E2=80=94=20rerun=20?= =?UTF-8?q?ci.yml=20for=20fe79810=20(Build=20log=20was=20never=20persisted?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previous run's Build job failed but Gitea's actions log store didn't retain the output (dbfs reports the file missing), so we can't diagnose from here. Rerun to either reproduce the failure with a persisted log, or green-ify. Co-Authored-By: Claude Opus 4.7 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 249df04..f50738c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: CI -# Retrigger marker: b2d89ca (docker-deploy smoke retry) +# Retrigger marker: fe79810 (Build log lost — retrigger to re-observe) on: push: branches: [main]