Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何通过Star启动编译? #2

Open
adaaaaaa opened this issue Dec 23, 2019 · 7 comments
Open

如何通过Star启动编译? #2

adaaaaaa opened this issue Dec 23, 2019 · 7 comments

Comments

@adaaaaaa
Copy link

要做这个??
Register a Docker Hub account

@tete1030
Copy link
Owner

目前三种编译都没有允许通过star启动编译,只有通过publish和push事件启动。稍等让我把这个加上吧。

之所以你push也没有启动,我猜测是你在push完成后才注册github actions的对吗?

另外docker hub步骤也是必须的,否则无处上传编译环境。

@adaaaaaa
Copy link
Author

在push完成后才注册github actions的对吗?

注册好多天了。。。是每个仓库都有重新开actions吗??好像另外一个开过,这里又再开了一次。。。

@tete1030
Copy link
Owner

那很奇怪。

我刚进行了一个大更新,你可以删除原本的,重新fork。现在步骤应该会简单点

@tete1030 tete1030 changed the title 为什么我的Actions全部红x了?? 如何通过Star启动编译? Dec 25, 2019
@tete1030
Copy link
Owner

我在注释里更新了Star触发编译的支持,详情可以参考:

# github.event_name == 'watch' && github.event.action == 'started' && github.event.repository.owner.id == github.event.sender.id

@adaaaaaa
Copy link
Author

github.event_name == 'watch' && github.event.action == 'started' && github.event.repository.owner.id == github.event.sender.id

是直接取消注释?我试了不行。。。
我想替换掉commit就编译。。。不要每次修改都编译。。。我要手动。。。😂

@tete1030
Copy link
Owner

当然不是直接取消注释啊。。。
我下午还给你的代码发了个评论教你怎么做,你看到了吗

@adaaaaaa
Copy link
Author

你看到了吗

看到了,我再试试。。。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants