Commit 51a95af4 authored by Matthew Slipper's avatar Matthew Slipper Committed by Maurelian

ci: Build monorepo on op-node change

Fixes an issue where the pnpm-monorepo job would not build due to `check-changed`, but downstream jobs like `contracts-bedrock-test` would. This causes the contracts to be rebuilt on the downstream jobs and causes OOMs and spurious test flakes.
parent 5797bca2
......@@ -131,7 +131,7 @@ jobs:
name: git submodules
command: make submodules
- check-changed:
patterns: op-chain-ops,packages/
patterns: op-chain-ops,packages/,op-node
- restore_cache:
name: Restore PNPM Package Cache
keys:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment