Skip to content

Commit

Permalink
actually check source files
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHaff committed Feb 26, 2024
1 parent 6a5cd08 commit cb816db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
id: changed-files
uses: tj-actions/changed-files@v42
with:
files: packages/**/package.json
files_yaml: packages/**
- name: Build matrix input
id: build-matrix
if: ${{ steps.changed-files.outputs.all_changed_files }} != '[]'
if: steps.changed-files-yaml.outputs.test_any_changed == 'true'
run: |
set +e
modules_list=()
Expand Down

0 comments on commit cb816db

Please sign in to comment.