From 417daaf03afe9ff0333884b29b05798b34150bcd Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 20 Sep 2024 23:46:24 -0400 Subject: [PATCH] chore: fixing validation --- .github/workflows/validation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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