- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 33.3k
Closed
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
After #92852 all PRs get a notification from netlify about new doc builds. Example: #100070 (notice no Doc/ changes made)
I don't think it is right:
- We are wasting resources for no good reason
- It is a noise for both contributors and core devs
But, netlify has build.ignore option that can work similarly to these lines: 
cpython/.github/workflows/doc.yml
Lines 23 to 26 in 7031275
| paths: | |
| - 'Doc/**' | |
| - 'Misc/**' | |
| - '.github/workflows/doc.yml' | 
Docs: https://docs.netlify.com/configure-builds/ignore-builds/
I will send a PR to test it :)
Linked PRs
Metadata
Metadata
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error