From 5e13757b585f444a3272f123a32123dd671c4037 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Tue, 24 Aug 2021 14:22:45 +0200 Subject: [PATCH] CI.md: Mention branch protection (#2744) I have changed the branch protection configuration to require the Github Actions to succeed, and no longer block on hydra. This PR merely updates our documentation to reflect this. This means we can (and should) ask the IDX team (if it still has that name) to disable hydra for the Motoko repo. --- CI.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CI.md b/CI.md index fd21dbf3b14..0fa1ab84f1b 100644 --- a/CI.md +++ b/CI.md @@ -42,9 +42,9 @@ Preventing `master` from breaking **Use-case:** A PR that breaks requires jobs (`all-systems-go`) cannot be merged into `master`. -**Implementation (internal):** +**Implementation (external):** Github branch protection is enabled for `master`, and requires the -`all-systems-go` job from hydra to succeed. +Github Action jobs (Linux and Darwin) to succeed. Require a second pair of eyeballs ---------------------------------