diff --git a/.github/workflows/actions/early-exit-check/action.yml b/.github/workflows/actions/early-exit-check/action.yml index eaeca7aac..97a2ff8f5 100644 --- a/.github/workflows/actions/early-exit-check/action.yml +++ b/.github/workflows/actions/early-exit-check/action.yml @@ -3,13 +3,11 @@ description: | This action checks for changes in specific directories and exits early if there are none -on: - workflow_call: # This makes it a reusable workflow - runs: using: composite steps: - name: Check location of changed files + id: core_files_check shell: bash run: | echo "mango=xx" >> $GITHUB_OUTPUT