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:
|
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'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user