diff --git a/.github/workflows/ARCQuick b/.github/workflows/ARCQuick new file mode 100644 index 000000000..242c6f5c3 --- /dev/null +++ b/.github/workflows/ARCQuick @@ -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 on Tim's MAC!" diff --git a/README.md b/README.md index ddee1745d..28bd0e754 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ ## Dependabot Demo Repository +### good luck with that + This repo contains some projects with outdated dependencies. Fork it to try out Dependabot :dependabot:!