diff --git a/.github/workflows/client-build.yml b/.github/workflows/client-build.yml index 5eddfa82e64e..64162384e549 100644 --- a/.github/workflows/client-build.yml +++ b/.github/workflows/client-build.yml @@ -66,11 +66,15 @@ jobs: with: fetch-tags: true - - name: Get changed files in the client folder + # - name: Get changed files in the client folder + # id: changed-files-specific + # uses: tj-actions/changed-files@v41 + # with: + # files: "app/client/**" + + - name: Updating the client changed file variable id: changed-files-specific - uses: tj-actions/changed-files@v41 - with: - files: "app/client/**" + run: echo "any_changed=true" >> "$GITHUB_OUTPUT" #- name: Run step if any file(s) in the client folder change # if: steps.changed-files-specific.outputs.any_changed == 'true'