From 95d282bd9f49763e71905bc66856bf86b3ac1a28 Mon Sep 17 00:00:00 2001 From: Max Cascone Date: Fri, 23 Aug 2024 12:16:32 -0500 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..7882cb1 --- /dev/null +++ b/.github/workflows/main.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!" >> $GITHUB_STEP_SUMMARY