Skip to content

Test workflow for scaling of Self Hosted Runners #13

Test workflow for scaling of Self Hosted Runners

Test workflow for scaling of Self Hosted Runners #13

name: Test workflow for scaling of Self Hosted Runners
on:
workflow_dispatch:
jobs:
hello-world:
runs-on: [self-hosted, linux, ARM64, ephemeral]
steps:
- name: print Hello World
run: echo "Hello World"