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