Skip to content

Commit 66efd34

Browse files
committed
x
1 parent b5f199d commit 66efd34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-pip-compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
# shellcheck disable=SC2086
104104
if git diff-index --quiet HEAD ${changed_files}; then
105105
echo "Nothing to do!"
106-
exit
106+
# exit
107107
fi
108108
109109
git commit -m "${message}"

0 commit comments

Comments
 (0)