docs: remove deleted op-sync workflow from docs (#12086)

Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
This commit is contained in:
AJStonewee
2024-10-25 18:44:00 -04:00
committed by GitHub
parent 16b64d8284
commit a349919b5c

View File

@ -7,8 +7,7 @@ The CI runs a couple of workflows:
- **[unit]**: Runs unit tests (tests in `src/`) and doc tests - **[unit]**: Runs unit tests (tests in `src/`) and doc tests
- **[integration]**: Runs integration tests (tests in `tests/` and sync tests) - **[integration]**: Runs integration tests (tests in `tests/` and sync tests)
- **[bench]**: Runs benchmarks - **[bench]**: Runs benchmarks
- **[eth-sync]**: Runs Ethereum mainnet sync tests - **[sync]**: Runs sync tests
- **[op-sync]**: Runs base mainnet sync tests for Optimism
- **[stage]**: Runs all `stage run` commands - **[stage]**: Runs all `stage run` commands
### Docs ### Docs
@ -38,8 +37,7 @@ The CI runs a couple of workflows:
[unit]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/unit.yml [unit]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/unit.yml
[integration]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/integration.yml [integration]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/integration.yml
[bench]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/bench.yml [bench]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/bench.yml
[eth-sync]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/eth-sync.yml [sync]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/sync.yml
[op-sync]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/op-sync.yml
[stage]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/stage.yml [stage]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/stage.yml
[book]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/book.yml [book]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/book.yml
[deny]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/deny.yml [deny]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/deny.yml