We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d92d3 commit 45be42fCopy full SHA for 45be42f
1 file changed
.github/workflows/wheels.yml
@@ -253,6 +253,7 @@ jobs:
253
254
nightly_upload:
255
name: Nightly upload
256
+ if: github.repository == 'scikit-learn/scikit-learn-release' && (github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'none'))
257
runs-on: ubuntu-latest
258
needs: [build_wheels]
259
0 commit comments