Merged
Conversation
先处理pr再触发registry更新
Member
|
诶,不对啊,handle_pr_close 本来就是 pr 关闭时才会运行的。这段代码运行时,PR 已经合并。所以大概率还是缓存问题吧。 我突然想到这里是不是可以设置什么 no-cache 之类的? noneflow/examples/store-test.yml Line 50 in 7ede4f5 |
Contributor
Author
|
艹,确实,PullRequestClosed,太怪了 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #197 +/- ##
=======================================
Coverage 97.42% 97.42%
=======================================
Files 17 17
Lines 1009 1011 +2
=======================================
+ Hits 983 985 +2
Misses 26 26 ☔ View full report in Codecov by Sentry. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
先处理pr再触发registry更新
有时已经在进行商店更新,但是pr还未合并,nonebot仓库的{module_name}.json未写入新的插件信息,从而导致测试失败
如果没有其它pr触发,就无法写入到 nonebot/registry,导致丢失插件
https://github.com/nonebot/registry/actions/runs/7675902162/job/20922746791