name: github-os-sample on: workflow_dispatch jobs: main: runs-on: ${{ github.event.event_type }} steps: - run: echo 'hello world!'