Remove diagnostic probe workflow
Some checks failed
Test, Build & Deploy / test-and-build (push) Successful in 39s
Test, Build & Deploy / deploy (push) Failing after 22s

This commit is contained in:
hermes-explorigin 2026-08-30 14:25:35 +00:00
parent a7aade37d6
commit 93e5660a5c

View File

@ -1,15 +0,0 @@
name: Probe
"on":
push:
branches: ['**']
pull_request:
branches: ['**']
jobs:
build:
runs-on: host
steps:
- uses: actions/checkout@v4
- name: Echo
run: echo "probe ok"