hermes-explorigin a7aade37d6
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
Probe workflow (dispatch diagnostic)
2026-08-30 14:18:28 +00:00

16 lines
212 B
YAML

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