binderhub icon indicating copy to clipboard operation
binderhub copied to clipboard

binderhub image: refreeze requirements.txt

Open jupyterhub-bot opened this issue 6 months ago • 2 comments

The binderhub image's requirements.txt has been refrozen based on requirements.in.

jupyterhub-bot avatar Jun 17 '25 07:06 jupyterhub-bot

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.

minrk avatar Jun 17 '25 07:06 minrk

I think the condition should be github.repository == 'jupyterhub/binderhub' || github.event_name != 'schedule' to prevent scheduled workflows running on forks.

manics avatar Jun 24 '25 11:06 manics

My understanding is that this pull request is out of date after https://github.com/jupyterhub/binderhub/pull/2004.

rgaiacs avatar Aug 12 '25 09:08 rgaiacs