Skip to content

Commit

Permalink
test push
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicfraser committed Oct 4, 2023
1 parent 0586aa9 commit df1462a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
# run: echo "docs_only=${{ steps.changed-files-specific.outputs.only_modified == 'true' }}" >> "$GITHUB_OUTPUT"

- name: Print all changed files
if: steps.changed-files-yaml.outputs.any_changed == 'true'
if: steps.changed-files.outputs.any_changed == 'true'
run: |
echo "One or more test file(s) has changed."
echo "List all the files that have changed: ${{ steps.changed-files-yaml.outputs.all_changed_files }}"
echo "List all the files that have changed: ${{ steps.changed-files.outputs.all_changed_files }}"
- name: Install deps
if: ${{ steps.changed-files.outputs.only_modified == 'true' }}
Expand Down

0 comments on commit df1462a

Please sign in to comment.