Merge pull request #35466 from appsmithorg/cherry-pick/ci-clientbuild-fix
This commit is contained in:
commit
62c46f06fc
14
.github/workflows/client-build.yml
vendored
14
.github/workflows/client-build.yml
vendored
|
|
@ -72,13 +72,13 @@ jobs:
|
|||
with:
|
||||
files: "app/client/**"
|
||||
|
||||
- name: Run step if any file(s) in the client folder change
|
||||
if: steps.changed-files-specific.outputs.any_changed == 'true'
|
||||
env:
|
||||
ALL_CHANGED_FILES: ${{ steps.changed-files-specific.outputs.all_changed_files }}
|
||||
run: |
|
||||
echo "One or more files in the server folder has changed."
|
||||
echo "List all the files that have changed: $ALL_CHANGED_FILES"
|
||||
#- name: Run step if any file(s) in the client folder change
|
||||
# if: steps.changed-files-specific.outputs.any_changed == 'true'
|
||||
# env:
|
||||
# ALL_CHANGED_FILES: ${{ steps.changed-files-specific.outputs.all_changed_files }}
|
||||
# run: |
|
||||
# echo "One or more files in the server folder has changed."
|
||||
# echo "List all the files that have changed: $ALL_CHANGED_FILES"
|
||||
|
||||
- name: Check compliance
|
||||
if: inputs.pr != 0 && steps.changed-files-specific.outputs.any_changed == 'true'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user