Do not run CI on changes to community action config files (#19430)

Release Notes:

- N/A
This commit is contained in:
Joseph T. Lyons 2024-10-18 15:36:20 -04:00 committed by GitHub
parent be81e29b0f
commit 11a82e3347
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 1 additions and 0 deletions

View file

@ -14,6 +14,7 @@ on:
- "**" - "**"
paths-ignore: paths-ignore:
- "docs/**" - "docs/**"
- ".github/workflows/community_*"
concurrency: concurrency:
# Allow only one workflow per any non-`main` branch. # Allow only one workflow per any non-`main` branch.