Skip to content

binderhub image: refreeze requirements.txt #1974

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jupyterhub-bot
Copy link
Collaborator

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

@jupyterhub-bot jupyterhub-bot added the dependencies Pull requests that update a dependency file label Jun 17, 2025
@minrk
Copy link
Member

minrk commented Jun 17, 2025

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.

@manics
Copy link
Member

manics commented Jun 24, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants