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

Joseph T. Lyons created

Release Notes:

- N/A

Change summary

.github/workflows/ci.yml                                         | 1 +
.github/workflows/community_close_stale_issues.yml               | 0 
.github/workflows/community_delete_comments.yml                  | 0 
.github/workflows/community_release_actions.yml                  | 0 
.github/workflows/community_update_all_top_ranking_issues.yml    | 0 
.github/workflows/community_update_weekly_top_ranking_issues.yml | 0 
6 files changed, 1 insertion(+)

Detailed changes

.github/workflows/ci.yml 🔗

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