diff --git a/.github/workflows/runnerdemo.yml b/.github/workflows/runnerdemo.yml new file mode 100644 index 0000000..1683807 --- /dev/null +++ b/.github/workflows/runnerdemo.yml @@ -0,0 +1,10 @@ +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!"