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: