Skip to content

Commit

Permalink
Don't use matrix mode
Browse files Browse the repository at this point in the history
  • Loading branch information
iainelder committed Jul 1, 2024
1 parent 1c2442c commit d5a6aae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,14 @@ jobs:
id: changed-installers
uses: tj-actions/changed-files@v44
with:
matrix: true
files: programs/**


- name: Debug changes
if: ${{github.event_name}} == "push"
env:
CHANGED_FILES: ${{steps.changed-installers.outputs.all_changed_files}}
run: |
echo "$CHANGED_FILES"
cat <<< "$CHANGED_FILES"
- name: Debug event
env:
Expand Down

0 comments on commit d5a6aae

Please sign in to comment.