File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ outputs:
133
133
value : ${{
134
134
steps.diff.outputs.GITHUB_ACTIONS_CHANGED > 0 ||
135
135
steps.diff.outputs.SCRIPTS_CHANGED > 0 ||
136
- steps.diff.outputs.SPECS_CHANGED > 0 ||
136
+ steps.diff.outputs.SHOULD_RUN_SPECS > 0 ||
137
137
steps.diff.outputs.TESTS_CHANGED > 0 ||
138
138
steps.diff.outputs.JS_CLIENT_CHANGED > 0 ||
139
139
steps.diff.outputs.JS_TEMPLATE_CHANGED > 0 ||
Original file line number Diff line number Diff line change @@ -29,7 +29,13 @@ export const DEPENDENCIES = {
29
29
'.github/workflows' ,
30
30
'.github/.cache_version' ,
31
31
] ,
32
- SPECS_CHANGED : [ 'specs' , ':!specs/bundled' ] ,
32
+ SHOULD_RUN_SPECS : [
33
+ ...CLIENTS_COMMON_FILES ,
34
+ 'specs' ,
35
+ 'templates' ,
36
+ 'generators' ,
37
+ ':!specs/bundled' ,
38
+ ] ,
33
39
COMMON_SPECS_CHANGED : [ 'specs/common' ] ,
34
40
TESTS_CHANGED : [ 'tests' ] ,
35
41
SCRIPTS_CHANGED : [ 'scripts' ] ,
You can’t perform that action at this time.
0 commit comments