Actions Runner Controller Demo #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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!" >> $GITHUB_STEP_SUMMARY |