Skip to content

Commit

Permalink
Disable auto-generation of table of contents (TOC) (#887)
Browse files Browse the repository at this point in the history
* Disable auto-generation of table of contents (TOC)

* Update comments with the relevant issue number
  • Loading branch information
dbeatty10 authored Apr 25, 2024
1 parent 4469239 commit a40be2b
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/create-table-of-contents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a40be2b

Please sign in to comment.