chore: fixing validation

This commit is contained in:
DIBSTER
2024-09-20 23:46:24 -04:00
committed by GitHub
parent 19c2811df9
commit 417daaf03a
+2 -2
View File
@@ -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