Describe the bug
There are several times where we broke CI because we directly changed the .md markdown files that are autogenerated, but the CI in the PR did not run
Here are some recent-ish examples PRs that fixed such issues
To Reproduce
- Make a PR with a change to a the docs in
docs/source/user-guide/sql/scalar_functions.md
- The CI will pass
- Commit the PR
However then any PRs that run on code will fail because the autogenerated results will not match what is checked in.
Here is an example of a PR with such a mistake (and I should have known better 🤦 )
Expected behavior
let's fix the docs check to automatically run on PRs that change the auto generated files
Additional context
No response