neovim / neovim-snap

snap build for neovim
https://snapcraft.io/nvim
MIT License
18 stars 7 forks source link

Github Action "update-readme" doesn't automatically run daily on branch "nightly" #38

Closed brianhuster closed 4 weeks ago

brianhuster commented 4 weeks ago

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

brianhuster commented 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

justinmk commented 4 weeks ago

Can we have the master CI job do a git push to the nightly branch?

brianhuster commented 4 weeks ago

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

justinmk commented 4 weeks ago

Closed by https://github.com/neovim/neovim-snap/pull/40

Thanks!