Commit 349d5a1a authored by Juan C's avatar Juan C

Change `when` key in favor of `check-changed`

parent 57e0e698
......@@ -1274,6 +1274,8 @@ jobs:
machine: true
steps:
- checkout
- check-changed:
patterns: contracts-bedrock/test/kontrol,contracts-bedrock/src/L1/OptimismPortal\.sol
- run:
name: Checkout submodules
command: |
......@@ -1306,11 +1308,6 @@ jobs:
path: results.tar.gz
destination: results
when: always
when:
changes:
paths:
- packages/contracts-bedrock/test/kontrol/**
- packages/contracts-bedrock/src/L1/OptimismPortal.sol
workflows:
main:
......
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