Only run integration tests on Python changes (#3610)
<!--
Thanks for opening a pull request!
-->
<!-- In the case this PR will resolve an issue, please replace
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
<!-- Closes #${GITHUB_ISSUE_ID} -->
# Rationale for this change
I noticed on my AGENTS.md change that it ran the integration tests. We
haven't (yet) reached issues from ASF on runner usage, but this is a
really easy win. Markdown changes shouldn't trigger integration tests.
## Are these changes tested?
Expecting a no-op.
## Are there any user-facing changes?
<!-- In the case of user-facing changes, please add the changelog label.
-->PyIceberg is a Python library for programmatic access to Iceberg table metadata as well as to table data in Iceberg format. It is a Python implementation of the Iceberg table spec.
The documentation is available at https://py.iceberg.apache.org/.