Skip to content

Commit aedc641

Browse files
committed
rename specs deps
1 parent fa95bc1 commit aedc641

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ outputs:
133133
value: ${{
134134
steps.diff.outputs.GITHUB_ACTIONS_CHANGED > 0 ||
135135
steps.diff.outputs.SCRIPTS_CHANGED > 0 ||
136-
steps.diff.outputs.SPECS_CHANGED > 0 ||
136+
steps.diff.outputs.SHOULD_RUN_SPECS > 0 ||
137137
steps.diff.outputs.TESTS_CHANGED > 0 ||
138138
steps.diff.outputs.JS_CLIENT_CHANGED > 0 ||
139139
steps.diff.outputs.JS_TEMPLATE_CHANGED > 0 ||

scripts/ci/githubActions/setRunVariables.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const DEPENDENCIES = {
2929
'.github/workflows',
3030
'.github/.cache_version',
3131
],
32-
SPECS_CHANGED: [
32+
SHOULD_RUN_SPECS: [
3333
...CLIENTS_COMMON_FILES,
3434
'specs',
3535
'templates',

0 commit comments

Comments
 (0)