142 B · text 5af55d9
name: hello
on: { push: { branches: [master] } }
jobs:
smoke:
runs-on: self-hosted
steps:
- run: echo "hello from the runner"