Remove temporary smoke-test workflow

Runner verified working end-to-end (Podman executor, alpine job, success).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-18 22:22:06 +02:00
parent df498a8494
commit d875c9c0cc
-13
View File
@@ -1,13 +0,0 @@
name: smoke-test
on: [push]
jobs:
smoke:
runs-on: alpine
defaults:
run:
shell: sh
steps:
- run: echo "runner alive on $(uname -a)"
- run: |
echo "container id: $(cat /etc/hostname)"
echo "date: $(date)"