From a40be2be19616c59fbab90f4fb5c98eacad23a77 Mon Sep 17 00:00:00 2001 From: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:17:51 -0600 Subject: [PATCH] Disable auto-generation of table of contents (TOC) (#887) * Disable auto-generation of table of contents (TOC) * Update comments with the relevant issue number --- .github/workflows/create-table-of-contents.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create-table-of-contents.yml b/.github/workflows/create-table-of-contents.yml index 9dae9db2..ddcda67e 100644 --- a/.github/workflows/create-table-of-contents.yml +++ b/.github/workflows/create-table-of-contents.yml @@ -3,10 +3,16 @@ name: Update table of contents # Controls when the workflow will run -on: - push: - branches: [main] - paths: ['README.md'] + +# Never! +on: [] + +# Disabled by Doug Beatty on 2024-04-25 to fix CI +# https://github.com/dbt-labs/dbt-utils/issues/885 +# on: +# push: +# branches: [main] +# paths: ['README.md'] jobs: build: