Skip to content

Commit

Permalink
CI.md: Mention branch protection (#2744)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nomeata authored Aug 24, 2021
1 parent 00f045f commit 5e13757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CI.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------------------
Expand Down

0 comments on commit 5e13757

Please sign in to comment.