name: Test Ubuntu Runner on: workflow_dispatch: jobs: test: runs-on: ubuntu-latest steps: - name: Hello run: echo "GitHub Actions works"