Skip to content

Commit 0d39f46

Browse files
committed
Add detection for changes in charts package
1 parent df2039b commit 0d39f46

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ jobs:
8282
- 'js/**'
8383
python:
8484
- 'python/**'
85+
charts:
86+
- 'chart_data_extractor/**'
8587
8688
charts-tests:
8789
name: Charts tests
@@ -174,7 +176,7 @@ jobs:
174176

175177
js-tests:
176178
name: JS Tests
177-
needs: [changes]
179+
needs: [changes, build-template]
178180
if: (!cancelled()) && needs.changes.outputs.js == 'true' || needs.changes.outputs.template == 'true'
179181
uses: ./.github/workflows/js_tests.yml
180182
secrets: inherit

0 commit comments

Comments
 (0)