diff --git a/.github/workflows/link_check.yml b/.github/workflows/link_check.yml deleted file mode 100644 index 5b61086..0000000 --- a/.github/workflows/link_check.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Check Markdown links - -on: - push: - branches: - - master - schedule: - # Run every Monday - - cron: "0 0 * * 1" - -jobs: - markdown-link-check: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - uses: gaurav-nelson/github-action-markdown-link-check@v1 \ No newline at end of file diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index a1a0b06..f3392d8 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -1,6 +1,6 @@ name: CI -on: [push, pull_request] +on: [] jobs: build: diff --git a/README.md b/README.md index 78ff334..32b5f78 100644 --- a/README.md +++ b/README.md @@ -806,6 +806,7 @@ _Note to readers: This list refers to some of the articles, posts, videos, tools * [What Is SRE?](https://www.oreilly.com/library/view/what-is-sre/9781492054429/) * [Database Reliability Engineering: What, Why, and How?](https://www.oreilly.com/library/view/database-reliability-engineering/9781492030942/) * [Observability Engineering](https://www.oreilly.com/library/view/observability-engineering/9781492076438/) +* [_New!_ Chaos Engineering: Site reliability through controlled disruption](https://www.manning.com/books/chaos-engineering) ### Events * [SRECon Past Events](https://www.usenix.org/srecon#past)