Skip to content

Commit

Permalink
ci: Fix proofs team CI notification group name (ethereum-optimism#12362)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldowman authored and samlaf committed Nov 10, 2024
1 parent d330ca7 commit b4f6305
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
condition: <<parameters.notify>>
steps:
- notify-failures-on-develop:
mentions: "@proofs-squad"
mentions: "@proofs-team"

cannon-build-test-vectors:
docker:
Expand Down Expand Up @@ -1142,7 +1142,7 @@ jobs:
exit 1
fi
- notify-failures-on-develop:
mentions: "@proofs-squad"
mentions: "@proofs-team"

cannon-stf-verify:
docker:
Expand Down Expand Up @@ -1269,7 +1269,7 @@ jobs:
make verify-sepolia
working_directory: op-program
- notify-failures-on-develop:
mentions: "@proofs-squad"
mentions: "@proofs-team"

op-program-compat:
docker:
Expand Down Expand Up @@ -1726,7 +1726,7 @@ workflows:
target: test-cannon
parallelism: 8
notify: true
mentions: "@proofs-squad"
mentions: "@proofs-team"
requires:
- contracts-bedrock-build
- cannon-prestate
Expand Down

0 comments on commit b4f6305

Please sign in to comment.