Closed
Conversation
Owner
|
你好,谢谢你的pr,自动构建我之前也想实现,但是不知道如何在仅当有新commit时才进行构建,这个workflow可以这样工作吗 |
Author
|
好像不太行。我现在这样子写的话约等于每天构建一次了 |
Author
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.
稍微改了下
.github/workflows/build.yml,将触发方式增加了在sync_with_upstream完成后触发,来支持每日自动构建。并且顺便改了下.github/workflows/sync_with_upstream.yml把合并上游提交时的账号改为了github action bot,并修改了readme。