File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -155,3 +155,8 @@ steps:
155
155
provider : " gcp"
156
156
image : " ${IMAGE_UBUNTU_X86_64}"
157
157
instanceType : " ${INSTANCE_TYPE_X86_64}"
158
+
159
+ # TODO: look for the right slack channel. Robots team don't own this project.
160
+ notify :
161
+ - slack : " #observablt-bots"
162
+ if : build.state == "failed"
Original file line number Diff line number Diff line change 59
59
access_level : BUILD_AND_READ
60
60
everyone :
61
61
access_level : READ_ONLY
62
+ schedules :
63
+ Daily :
64
+ branch : main
65
+ cronline : " 0 12 * * * America/New_York"
66
+ message : " Builds once per day"
62
67
63
68
---
64
69
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
You can’t perform that action at this time.
0 commit comments