Skip to content

Commit

Permalink
Changed yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
baghdasarovnorayr committed Jul 21, 2023
1 parent c99e095 commit 9955115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
uses: trilom/file-changes-action@v1.2.4
with:
output: ' '
- name: Show changed files
run: echo ${{steps.get_file_changes.outputs.files}}
# - name: Show changed files
# run: echo ${{steps.get_file_changes.outputs.files}}
- name: Build changed client
if: contains(steps.get_file_changes.outputs.files, 'app/client')
run: make build-docker-image-pr -e COMPONENT=client
Expand Down

0 comments on commit 9955115

Please sign in to comment.