Skip to content

Commit

Permalink
Update assess-file-changes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Jun 17, 2024
1 parent f3d03c1 commit 686e9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assess-file-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo "::set-output name=TESTING_CHANGED::false"
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
echo $file
if [[ $file == "src/nwbinspector/"* || $file == "requirements"* || $file == "setup.py" || $file == "tests/"* ]]
if [[ $file == "src/nwbinspector/"* || $file == "requirements.txt" || $file == "setup.py" || $file == "tests/"* ]]
then
echo "Source changed"
echo "::set-output name=SOURCE_CHANGED::true"
Expand Down

0 comments on commit 686e9f4

Please sign in to comment.