Probe workflow (dispatch diagnostic)
Some checks failed
Test, Build & Deploy / test-and-build (push) Successful in 1m58s
Probe / build (push) Successful in 4s
Test, Build & Deploy / deploy (push) Failing after 20s

This commit is contained in:
hermes-explorigin 2026-08-30 14:18:28 +00:00
parent d8adbb76cf
commit a7aade37d6

View File

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