From c4e2ae1849c58b6f1b0926f179ca715ed241093e Mon Sep 17 00:00:00 2001 From: Tweak Date: Tue, 25 Oct 2022 16:59:47 -0600 Subject: [PATCH] Update --- .github/workflows/validation.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 09ef417..23f372a 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -10,10 +10,16 @@ jobs: fetch-depth: 0 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v32 + uses: tj-actions/changed-files@v34 + with: + files: | + sub-logs/** + reserved/** - name: Install modules + if: steps.changed-files-specific.outputs.any_changed == 'true' run: yarn - name: Run tests + if: steps.changed-files-specific.outputs.any_changed == 'true' id: tests run: yarn test env: