Skip to content

Commit cbe66e9

Browse files
authored
fix(l2): disable RPC bench slack message (#2765)
**Motivation** The job is unstable, we should reenable when possible **Description** - Comment out the last step of the job
1 parent ce61df3 commit cbe66e9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/main_prover_l1.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ jobs:
7070
- name: Ensure admin permissions in _work
7171
if: always()
7272
run: sudo chown admin:admin -R /home/admin/actions-runner/_work/
73-
74-
- name: Report Status
75-
if: always()
76-
uses: ravsamhq/notify-slack-action@v2
77-
with:
78-
status: ${{ job.status }}
79-
notify_when: 'failure'
80-
env:
81-
SLACK_WEBHOOK_URL: ${{ secrets.ETHREX_L2_SLACK_WEBHOOK }}
73+
# Reenable when job is stable
74+
# - name: Report Status
75+
# if: always()
76+
# uses: ravsamhq/notify-slack-action@v2
77+
# with:
78+
# status: ${{ job.status }}
79+
# notify_when: 'failure'
80+
# env:
81+
# SLACK_WEBHOOK_URL: ${{ secrets.ETHREX_L2_SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)