diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 39094ae..d647c88 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -8,8 +8,6 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - name: Debug The Values - run: echo "${{ steps.changed-files.outputs.any_changed }}" - name: Get Files id: changed-files uses: tj-actions/changed-files@v34 @@ -17,6 +15,8 @@ jobs: files: | sub-logs/** reserved/** + - name: Debug The Values + run: echo "${{ steps.changed-files.outputs.any_changed }}" - name: Install Modules if: steps.changed-files.outputs.any_changed == 'true' run: yarn