binderhub
binderhub copied to clipboard
binderhub image: refreeze requirements.txt
The binderhub image's requirements.txt has been refrozen based on requirements.in.
refreeze isn't running on a schedule because of the != 'schedule' condition here. I'm not sure if that's on purpose?
The comment doesn't reflect that the schedule of the workflow is monthly, not daily.
I think the condition should be
github.repository == 'jupyterhub/binderhub' || github.event_name != 'schedule'
to prevent scheduled workflows running on forks.
My understanding is that this pull request is out of date after https://github.com/jupyterhub/binderhub/pull/2004.