Make docs-only PRs skip CI.yml test suite (15 secs instead of 15 minutes) (#23246)

These were previously in place, but removed while we evaluated Merge Queues (since reverted).
This commit is contained in:
Peter Tripp 2025-01-16 12:09:54 -05:00 committed by GitHub
parent 70547ea5f6
commit ffc6b7b102
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,9 +7,16 @@ on:
- "v[0-9]+.[0-9]+.x"
tags:
- "v*"
paths-ignore:
- "docs/**/*"
- ".github/workflows/community_*"
pull_request:
branches:
- "**"
paths-ignore:
- "docs/**/*"
- ".github/workflows/community_*"
concurrency:
# Allow only one workflow per any non-`main` branch.