Skip to content

Commit 3797ce0

Browse files
authored
ci(l2): specify fixtures paths for l2 workflow (#5508)
**Motivation** The l2 ci runs on any change in the fixture directory, we want it to run on certain paths. <!-- Why does this pull request exist? What are its goals? --> **Description** Specify which paths under fixtures the l2 ci should run on. <!-- A clear and concise general description of the changes this PR introduces --> <!-- Link to issues: Resolves #111, Resolves #222 -->
1 parent f78f123 commit 3797ce0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/pr-main_l2.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,13 @@ jobs:
3131
filters: |
3232
run_tests:
3333
- "crates/l2/**"
34-
- "fixtures/**"
34+
- "fixtures/keys/**"
35+
- "fixtures/genesis/l1-dev.json"
36+
- "fixtures/genesis/l2.json"
37+
- "fixtures/cache/**"
38+
- "fixtures/blobs/**"
39+
- "fixtures/blockchain/**"
40+
- "fixtures/contracts/**"
3541
- "crates/blockchain/dev/**"
3642
- "crates/vm/levm/**"
3743
- ".github/workflows/pr-main_l2.yaml"

0 commit comments

Comments
 (0)