Skip to content

Commit

Permalink
tests: chnaged from all_changed_files to all_modified_files
Browse files Browse the repository at this point in the history
  • Loading branch information
maykathm authored and pedronis committed Jan 28, 2025
1 parent 190ad65 commit 9d4a716
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/spread-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,7 @@ jobs:

- name: Save changes files
run: |
CHANGED_FILES="${{ steps.changed-files.outputs.all_changed_files }}"
if [ -z "$CHANGED_FILES" ]; then
CHANGED_FILES="${{ steps.changed-files.outputs.deleted_files }}"
fi
CHANGED_FILES="${{ steps.changed-files.outputs.all_modified_files }}"
echo "CHANGED_FILES=$CHANGED_FILES" >> $GITHUB_ENV
echo "The changed files found are: $CHANGED_FILES"
Expand Down

0 comments on commit 9d4a716

Please sign in to comment.