Skip to content

Commit

Permalink
fixed update_version.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ji-podhead committed Aug 4, 2024
1 parent bbdd71c commit 350add3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/galaxy_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Compare commits
run: |
git diff --name-only $PREV_COMMIT_ID $COMMIT_ID | grep 'requirements.yml'
git diff --name-only $PREV_COMMIT_ID $COMMIT_ID | grep 'plugin_requirements.yml'
if [ $? -eq 0 ]; then
echo "requirements.yml has been modified."
else
Expand Down

0 comments on commit 350add3

Please sign in to comment.