Skip to content

Playground

Playground #171

Workflow file for this run

name: Playground
on:
workflow_dispatch:
jobs:
playground:
name: Play
runs-on: ["self-hosted", "linux", "x64", "large"]
steps:
- run: echo "Hello, world!"
shell: bash