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:
@@ -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)"
|
||||
Reference in New Issue
Block a user