ci: remove probe workflow (runner network issue resolved)
ci / ruff lint (push) Failing after 1m4s
ci / mypy mcp_common (push) Failing after 13s
ci / pytest (push) Failing after 13s
ci / build & push to registry (push) Has been cancelled
ci / validate compose + Caddyfile (push) Has been cancelled

This commit is contained in:
AdrianoDev
2026-04-29 08:13:50 +02:00
parent fd811d0692
commit b91f843d89
-23
View File
@@ -1,23 +0,0 @@
name: probe
on:
push:
branches: [main]
jobs:
probe-shell:
name: probe shell + tools
runs-on: ubuntu-22.04
steps:
- name: echo hello
run: echo "hello from runner"
- name: which shell
run: |
echo "SHELL=$SHELL"
echo "PWD=$PWD"
uname -a
which bash sh python python3 pip pipx node curl wget docker || true
- name: env dump
run: env | sort