Skip to content

Commit

Permalink
fix: 补上finish
Browse files Browse the repository at this point in the history
  • Loading branch information
BigOrangeQWQ committed Sep 2, 2024
1 parent 09354da commit 94d2c3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/publish/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ async def handle_publish_plugin_check(
await publish_check_matcher.finish()
if await should_skip_plugin_publish(issue):
logger.info("测试按钮已勾选,跳过插件发布检查")
await publish_check_matcher.finish()

# 是否需要跳过插件测试
plugin_config.skip_plugin_test = await should_skip_plugin_test(
Expand Down

0 comments on commit 94d2c3f

Please sign in to comment.