From 6c1cc47024ef1355abbc16f2daded10a8db0a1f9 Mon Sep 17 00:00:00 2001 From: Evgenii Tereshkov Date: Thu, 18 Mar 2021 02:31:10 +0700 Subject: [PATCH 1/2] Update README.md: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d267d7..0a26da9 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ The `max_workers` key in the `manager` section of the config enables threading t In this example, `example.net` is an alias of zone `example.com`, which means they share the same sources and targets. They will therefore have identical records. -Now that we have something to tell OctoDNS about our providers & zones we need to tell it about or records. We'll keep it simple for now and just create a single `A` record at the top-level of the domain. +Now that we have something to tell OctoDNS about our providers & zones we need to tell it about our records. We'll keep it simple for now and just create a single `A` record at the top-level of the domain. `config/example.com.yaml` From 87450817461c912b26853d39a7ef5d7d50dd1b91 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Wed, 17 Mar 2021 17:04:10 -0700 Subject: [PATCH 2/2] Revert "Stopped running CI for doc changes." This reverts commit a8366aa02db6fac3d090f0d9a12edf3f7916ab4a. --- .github/workflows/main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b2f48dd..b68df8d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,8 +1,5 @@ name: OctoDNS -on: - pull_request: - paths-ignore: - - '**.md' +on: [pull_request] jobs: ci: