File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 97
97
run : |
98
98
base_changed=${{ steps.diff.outputs.GITHUB_ACTIONS_CHANGED > 0 || steps.diff.outputs.COMMON_SPECS_CHANGED > 0 || steps.diff.outputs.SCRIPTS_CHANGED > 0 || steps.diff.outputs.JS_TEMPLATE_CHANGED > 0 || steps.diff.outputs.JS_COMMON_CHANGED > 0 }}
99
99
algoliasearch_changed=${{ steps.diff.outputs.JS_ALGOLIASEARCH_CHANGED > 0 }}
100
+ common_changed=${{ steps.diff.outputs.JS_COMMON_CHANGED > 0 }}
100
101
101
102
matrix=$(./scripts/ci/create-client-matrix.sh javascript $base_changed ${{ steps.diff.outputs.ORIGIN_BRANCH }})
102
103
@@ -117,7 +118,7 @@ runs:
117
118
echo "::set-output name=MATRIX::$matrix"
118
119
echo "::set-output name=RUN_CLIENT::$run"
119
120
120
- if [[ $base_changed == 'true' || steps.diff.outputs.JS_COMMON_CHANGED > 0 ]]; then
121
+ if [[ $base_changed == 'true' || $common_changed == 'true' ]]; then
121
122
echo "Running common javascript: true"
122
123
echo "::set-output name=RUN_COMMON::true"
123
124
fi
You can’t perform that action at this time.
0 commit comments