Skip to content

Commit

Permalink
skipping file change
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-qa007 committed Nov 27, 2024
1 parent 9f9a993 commit 666f734
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/client-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 666f734

Please sign in to comment.