Skip to content

Actions Runner Controller Demo #18

Actions Runner Controller Demo

Actions Runner Controller Demo #18

Workflow file for this run

name: Actions Runner Controller Demo
on:
workflow_dispatch:
jobs:
Explore-GitHub-Actions:
# You need to use the INSTALLATION_NAME from the previous step
runs-on: arc-runner-set
steps:
- run: |
echo "🎉 This job uses runner scale set runners!"
cat /etc/*release*
lscpu