mirror of
https://github.com/tiennm99/is-a-good-dev.git
synced 2026-07-28 20:20:50 +00:00
chore: fixing validation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user