diff --git a/.github/workflows/pull_metadata.yml b/.github/workflows/pull_metadata.yml index 10e902323..b4a44a873 100644 --- a/.github/workflows/pull_metadata.yml +++ b/.github/workflows/pull_metadata.yml @@ -34,9 +34,8 @@ jobs: run: | bash .github/scripts/process_metadata.sh - # Check if any changes were made to the python file + # Check if any changes were made to the python file - echo "you got this far" changes=$(git diff assets/metadata/module_data.py | wc -l) echo $changes any_changes=$(test $changes -gt 0)