ci: remove smoke test workflow
Some checks failed
Build & Deploy docs / build-deploy (push) Failing after 7s

This commit is contained in:
Patrick Schurig 2026-06-02 14:38:11 +02:00
parent 42407c2b98
commit 9ff2f07e4b

View File

@ -1,7 +0,0 @@
name: smoke
on: [push, workflow_dispatch]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- run: echo "runner OK"; bash --version; git --version; python3 --version || true