Skip to content

Commit c008bfc

Browse files
authored
ci(replay): disable proving job with ethrex_replay until stable (#4410)
**Motivation** This job is failing consistently: proving with risc0 fails to compile, and with sp1 the cache is outdated. **Description** Remove the CI workflow triggers by temporarily commenting them in `.github/workflows/main_prover_l1.yaml` until it becomes stable. I opened issue #4411 to re-enable it.
1 parent 24504d9 commit c008bfc

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/main_prover_l1.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: Replay proving
22
on:
3-
push:
4-
branches: ["main"]
5-
pull_request:
6-
branches: ["**"]
7-
paths:
8-
- ".github/workflows/main_prover_l1.yaml"
3+
# push:
4+
# branches: ["main"]
5+
# pull_request:
6+
# branches: ["**"]
7+
# paths:
8+
# - ".github/workflows/main_prover_l1.yaml"
9+
workflow_dispatch:
910

1011
concurrency:
1112
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)