From ea1674dba96d362c7d675057900ad7a5eee471c3 Mon Sep 17 00:00:00 2001 From: buliangjun <1315346850@qq.com> Date: Sat, 7 Sep 2024 12:20:14 +0800 Subject: [PATCH] feat: arc test --- .github/workflows/arc-demo.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/arc-demo.yml diff --git a/.github/workflows/arc-demo.yml b/.github/workflows/arc-demo.yml new file mode 100644 index 0000000..f64ded2 --- /dev/null +++ b/.github/workflows/arc-demo.yml @@ -0,0 +1,10 @@ +name: Actions Runner Controller Demo +on: + workflow_dispatch: + +jobs: + Explore-GitHub-Actions: + runs-on: arc-runner-set + steps: + - run: echo "๐ŸŽ‰hello the world!" + - run: echo "๐ŸŽ‰ This job uses runner scale set runners!"