Skip to content

Commit

Permalink
use org runner, call the config for running continuous integrations C…
Browse files Browse the repository at this point in the history
…I not celo-monorepo
  • Loading branch information
aaronmgdr committed Dec 14, 2023
1 parent c482808 commit d07de26
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d07de26

Please sign in to comment.