Our Simple Icons weekly release actions always delay about 30 minutes.
https://github.com/orgs/community/discussions/27130
No assurance on scheduled jobs? · community · Discussion #27130

This is a re-post, as I just realized I started the thread in the wrong forum. (And, don’t see any functionality to move it.) Is there no assurance on execution of scheduled jobs? I mean if they ar...

GitHub
@LitoMore I wonder if it'd be more reliable if we self-hosted an actions runner... 🤔
@adamrusted The GitHub Actions is free and enough to us, and the delay is acceptable, IMO.
@LitoMore oh for sure, would just be curious to see if our own runner service would be quicker for stuff liked the timed release 😅

@adamrusted In fact we can trigger the action manually now. I've updated some code to support `workflow_dispatch`. The only thing we need to do is trigger this event. ✌️

https://docs.github.com/en/actions/using-workflows/manually-running-a-workflow

Manually running a workflow - GitHub Docs

When a workflow is configured to run on the workflow_dispatch event, you can run the workflow using the Actions tab on GitHub, GitHub CLI, or the REST API.

GitHub Docs