Merge pull request #35466 from appsmithorg/cherry-pick/ci-clientbuild-fix

This commit is contained in:
Nidhi 2024-08-07 09:38:14 +05:30 committed by GitHub
commit 62c46f06fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,13 +72,13 @@ jobs:
with: with:
files: "app/client/**" files: "app/client/**"
- name: Run step if any file(s) in the client folder change #- name: Run step if any file(s) in the client folder change
if: steps.changed-files-specific.outputs.any_changed == 'true' # if: steps.changed-files-specific.outputs.any_changed == 'true'
env: # env:
ALL_CHANGED_FILES: ${{ steps.changed-files-specific.outputs.all_changed_files }} # ALL_CHANGED_FILES: ${{ steps.changed-files-specific.outputs.all_changed_files }}
run: | # run: |
echo "One or more files in the server folder has changed." # echo "One or more files in the server folder has changed."
echo "List all the files that have changed: $ALL_CHANGED_FILES" # echo "List all the files that have changed: $ALL_CHANGED_FILES"
- name: Check compliance - name: Check compliance
if: inputs.pr != 0 && steps.changed-files-specific.outputs.any_changed == 'true' if: inputs.pr != 0 && steps.changed-files-specific.outputs.any_changed == 'true'