From d07de26fbaf5495781ffda00a366ecccb4ac778f Mon Sep 17 00:00:00 2001 From: Aaron DeRuvo Date: Thu, 14 Dec 2023 11:40:22 +0200 Subject: [PATCH] use org runner, call the config for running continuous integrations CI not celo-monorepo --- .github/workflows/{celo-monorepo.yml => ci.yml} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename .github/workflows/{celo-monorepo.yml => ci.yml} (98%) diff --git a/.github/workflows/celo-monorepo.yml b/.github/workflows/ci.yml similarity index 98% rename from .github/workflows/celo-monorepo.yml rename to .github/workflows/ci.yml index 9faa1b11f..9e2925049 100644 --- a/.github/workflows/celo-monorepo.yml +++ b/.github/workflows/ci.yml @@ -136,7 +136,9 @@ jobs: lint-checks: name: Lint code - runs-on: ['self-hosted', 'monorepo-node18'] + runs-on: ['self-hosted', 'org', '8-cpu'] + container: + image: us-west1-docker.pkg.dev/devopsre/actions-runner-controller/celo-monorepo:node18 timeout-minutes: 30 needs: install-dependencies steps: