Skip to content

Commit a349919

Browse files
AJStoneweeonbjerg
andauthored
docs: remove deleted op-sync workflow from docs (#12086)
Co-authored-by: Oliver <[email protected]>
1 parent 16b64d8 commit a349919

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/repo/ci.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ The CI runs a couple of workflows:
77
- **[unit]**: Runs unit tests (tests in `src/`) and doc tests
88
- **[integration]**: Runs integration tests (tests in `tests/` and sync tests)
99
- **[bench]**: Runs benchmarks
10-
- **[eth-sync]**: Runs Ethereum mainnet sync tests
11-
- **[op-sync]**: Runs base mainnet sync tests for Optimism
10+
- **[sync]**: Runs sync tests
1211
- **[stage]**: Runs all `stage run` commands
1312

1413
### Docs
@@ -38,8 +37,7 @@ The CI runs a couple of workflows:
3837
[unit]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/unit.yml
3938
[integration]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/integration.yml
4039
[bench]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/bench.yml
41-
[eth-sync]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/eth-sync.yml
42-
[op-sync]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/op-sync.yml
40+
[sync]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/sync.yml
4341
[stage]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/stage.yml
4442
[book]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/book.yml
4543
[deny]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/deny.yml

0 commit comments

Comments
 (0)