Skip to content

Commit 886c7f6

Browse files
committed
try
1 parent 542bd81 commit 886c7f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/style-bot-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
echo "COMMENT_TIMESTAMP: $COMMENT_TIMESTAMP"
128128
if [ $COMMENT_TIMESTAMP -le $PR_MERGE_COMMIT_TIMESTAMP ]; then
129129
echo "❌ Last commit on the pull request is newer than the issue comment triggering this run! Abort!";
130-
exit -1;
130+
# exit -1;
131131
fi
132132

133133
echo "--- Checking out contributor branch ($HEADREF) ---"

0 commit comments

Comments
 (0)