-
I didn't find any information about this in the repo, how can I do this in my forked repo? In the forked repo, it seems that only manually triggered actions can successfully complete the build https://github.com/mpv-easy/mpv-winbuild/actions/runs/12779297403 |
Beta Was this translation helpful? Give feedback.
Answered by
zhongfly
Jan 15, 2025
Replies: 1 comment 5 replies
-
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use pipedream to send http request to the github api to trigger the
workflow_dispatch
event, which is equivalent to running it manually.It's actually more complicated than that, because I also wrote my own program to trigger builds (CI Build: mpv update) every hour based on mpv commits