Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion scripts/ci/githubActions/setRunVariables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@ export const DEPENDENCIES = {
'.github/workflows',
'.github/.cache_version',
],
SPECS_CHANGED: ['specs', ':!specs/bundled'],
SPECS_CHANGED: [
...CLIENTS_COMMON_FILES,
'specs',
'templates',
'generators',
':!specs/bundled',
],
COMMON_SPECS_CHANGED: ['specs/common'],
TESTS_CHANGED: ['tests'],
SCRIPTS_CHANGED: ['scripts'],
Expand Down