Skip to content

Update config to support multiple clients #170

Update config to support multiple clients

Update config to support multiple clients #170

Workflow file for this run

name: Playground
on:
workflow_dispatch:
push:
paths:
- .github/workflows/playground.yml
jobs:
playground:
name: Play
runs-on: ["self-hosted", "linux", "x64", "large"]
steps:
- run: echo "Hello, world!"
shell: bash