Closed brianhuster closed 4 weeks ago
OK, I have found the reason. Github document says scheduled actions can only run on default branch, which is "master" branch in this repo
Can we have the master
CI job do a git push
to the nightly
branch?
I have made 2 pull request.
One adds a new action update-readme-nightly
to branch master
.
The other just manually trigger sync repo on branch nightly
right away. It is not so important though, so you may not accept it, but I just want to get update right now
Closed by https://github.com/neovim/neovim-snap/pull/40
Thanks!
If you check the branch "nightly", you will see that the file README hasn't been updated for 2 weeks (the last time was Oct 3). While in the branch "main", it does run daily.
The strangest thing is that when I fork the branch "nightly" and manually trigger the action in that branch, it does work. So it just doesn't automatially run on schedule. I haven't found the reason yet, just let you know