Skip to content

Commit

Permalink
update_modules.yml: Changing the exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOks authored Oct 26, 2023
1 parent 4295ca5 commit 0007f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cd ./star
if git log -1 --pretty=format:%B | grep -qF "[skip workflow]"; then
echo "Workflow self-triggering skipped."
exit $LINENO
exit 0
fi
cd ..
Expand Down

0 comments on commit 0007f36

Please sign in to comment.