fix: adding schedule for nightly wheel (#15054)

This commit is contained in:
Douglas Yang
2025-12-13 10:48:21 -08:00
committed by GitHub
parent ea91a720d5
commit ea07a283b2

View File

@@ -1,6 +1,9 @@
name: Release PyPI Nightly Wheels
on:
# Run daily at 2 AM UTC
schedule:
- cron: '0 2 * * *'
# Triggered by nightly Docker workflow to use same commit
repository_dispatch:
types: [nightly-release]