Skip to content

Commit c37e11c

Browse files
committed
ci: Add slack notification on failure.
1 parent ebe13a5 commit c37e11c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,6 +1153,8 @@ jobs:
11531153
echo "Prestate has did not match expected"
11541154
exit 1
11551155
fi
1156+
- notify-failures-on-develop:
1157+
mentions: "@proofs-squad"
11561158

11571159

11581160
devnet-allocs:
@@ -2331,3 +2333,5 @@ workflows:
23312333
matrix:
23322334
parameters:
23332335
version: ["0.1.0", "0.2.0"]
2336+
context:
2337+
slack

0 commit comments

Comments
 (0)