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: