Skip to content

Commit

Permalink
echo needed?
Browse files Browse the repository at this point in the history
  • Loading branch information
LukBelter committed Apr 11, 2024
1 parent e45544c commit 587a808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
test=false
for file in $changed_files; do
if [[ $file == ".github/"* || $file == "doc/"* ]]; then
# echo "$test file: $file"
echo "$test file: $file"
else
test=true
echo "$test file: $file"
Expand Down

0 comments on commit 587a808

Please sign in to comment.