Commit a85ff0a1 authored by Paul Dowman's avatar Paul Dowman Committed by GitHub

ci: Fix proofs team CI notification group name (#12362)

parent fb8ac6b1
...@@ -222,7 +222,7 @@ jobs: ...@@ -222,7 +222,7 @@ jobs:
condition: <<parameters.notify>> condition: <<parameters.notify>>
steps: steps:
- notify-failures-on-develop: - notify-failures-on-develop:
mentions: "@proofs-squad" mentions: "@proofs-team"
cannon-build-test-vectors: cannon-build-test-vectors:
docker: docker:
...@@ -1142,7 +1142,7 @@ jobs: ...@@ -1142,7 +1142,7 @@ jobs:
exit 1 exit 1
fi fi
- notify-failures-on-develop: - notify-failures-on-develop:
mentions: "@proofs-squad" mentions: "@proofs-team"
cannon-stf-verify: cannon-stf-verify:
docker: docker:
...@@ -1269,7 +1269,7 @@ jobs: ...@@ -1269,7 +1269,7 @@ jobs:
make verify-sepolia make verify-sepolia
working_directory: op-program working_directory: op-program
- notify-failures-on-develop: - notify-failures-on-develop:
mentions: "@proofs-squad" mentions: "@proofs-team"
op-program-compat: op-program-compat:
docker: docker:
...@@ -1726,7 +1726,7 @@ workflows: ...@@ -1726,7 +1726,7 @@ workflows:
target: test-cannon target: test-cannon
parallelism: 8 parallelism: 8
notify: true notify: true
mentions: "@proofs-squad" mentions: "@proofs-team"
requires: requires:
- contracts-bedrock-build - contracts-bedrock-build
- cannon-prestate - cannon-prestate
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment