Skip to content

fix: test gh runner

fix: test gh runner #2

Workflow file for this run

name: hello-world
on: push
jobs:
my-job:
runs-on: [self-hosted, linux, x64]
steps:
- name: my-step
run: echo "Hello World!"