From 470638d989483487fb560f5f4cfeec8f87a52de3 Mon Sep 17 00:00:00 2001 From: "Charlton, Scott R." Date: Thu, 26 Jun 2025 12:23:54 -0600 Subject: [PATCH] Add clarification comment for linting workflow in lint-subtrees.yml --- .github/workflows/lint-subtrees.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint-subtrees.yml b/.github/workflows/lint-subtrees.yml index 0f34563b..abc0e4ee 100644 --- a/.github/workflows/lint-subtrees.yml +++ b/.github/workflows/lint-subtrees.yml @@ -1,4 +1,5 @@ # This workflow lints the subtrees.json file to ensure it is valid and up-to-date. +# It is triggered on pull requests that modify the subtrees.json file or can be run manually name: Lint subtrees.json on: