ci: temporary smoke-test workflow to diagnose 2s CI failure
All checks were successful
CI / Linux x86_64 (Forgejo) (push) Successful in 2s

Two prior CI runs (cc72db04 and c411916) failed in 2 seconds
without producing any visible step output. The Forgejo Actions
log API does not expose run logs without a real session, so
isolate by replacing the workflow with a single echo-step.

If this run succeeds, the issue is in one of the original
workflow's steps (likely the second checkout of module-sdk).
If this run also fails in 2 seconds, the issue is structural
to the workflow header or the runner picking up text-extract.

Bumps 0.1.1 -> 0.1.2.

Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
flemming-it 2026-05-01 17:54:35 +02:00
parent c4119169af
commit 965c96ea6e
3 changed files with 9 additions and 78 deletions

2
Cargo.lock generated
View file

@ -504,7 +504,7 @@ dependencies = [
[[package]]
name = "text_extract"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"fai-module-sdk",
"pdf-extract",