From aedc641f3bc320cc812fa0dde6c3b02339697940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Vannicatte?= Date: Fri, 6 May 2022 11:19:58 +0200 Subject: [PATCH] rename specs deps --- .github/actions/setup/action.yml | 2 +- scripts/ci/githubActions/setRunVariables.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 7501f55716..e5883fee76 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -133,7 +133,7 @@ outputs: value: ${{ steps.diff.outputs.GITHUB_ACTIONS_CHANGED > 0 || steps.diff.outputs.SCRIPTS_CHANGED > 0 || - steps.diff.outputs.SPECS_CHANGED > 0 || + steps.diff.outputs.SHOULD_RUN_SPECS > 0 || steps.diff.outputs.TESTS_CHANGED > 0 || steps.diff.outputs.JS_CLIENT_CHANGED > 0 || steps.diff.outputs.JS_TEMPLATE_CHANGED > 0 || diff --git a/scripts/ci/githubActions/setRunVariables.ts b/scripts/ci/githubActions/setRunVariables.ts index a7a4d59a9a..01071f5049 100644 --- a/scripts/ci/githubActions/setRunVariables.ts +++ b/scripts/ci/githubActions/setRunVariables.ts @@ -29,7 +29,7 @@ export const DEPENDENCIES = { '.github/workflows', '.github/.cache_version', ], - SPECS_CHANGED: [ + SHOULD_RUN_SPECS: [ ...CLIENTS_COMMON_FILES, 'specs', 'templates',