Skip to content

Commit d2f9fc7

Browse files
committed
Run documentation generation when its scripts changes
1 parent b84b95f commit d2f9fc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/internal-report-reference-documentation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- "!analysis-results/*.md" # Ignore report reference documentation changes (endless loop prevention)
1010
- ".github/workflows/internal-report-reference-documentation.yml" # Also run when this file was changed
1111
- ".github/workflows/internal-commit-results" # Also run when the commit-results workflow was changed
12+
- "documentation/analysis-reports-reference/**" # Also run when the report reference generation scripts were changed
1213
pull_request:
1314
branches:
1415
- main
@@ -17,6 +18,7 @@ on:
1718
- "!analysis-results/*.md" # Ignore report reference documentation changes (endless loop prevention)
1819
- ".github/workflows/internal-report-reference-documentation.yml" # Also run when this file was changed
1920
- ".github/workflows/internal-commit-results" # Also run when the commit-results workflow was changed
21+
- "documentation/analysis-reports-reference/**" # Also run when the report reference generation scripts were changed
2022

2123
jobs:
2224
generate-report-reference-documentation:

0 commit comments

Comments
 (0)