You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scheduled actions are disabled after 60 days of no repo activity. That's why the last PR wasn't built automatically. We could use something like, https://github.com/marketplace/actions/keepalive-workflow, but that creates dummy commits. I think we could have two separate actions, one for the scheduled build and one based on merged pull requests.