fix: adding schedule for nightly wheel (#15054)
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
name: Release PyPI Nightly Wheels
|
name: Release PyPI Nightly Wheels
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
# Run daily at 2 AM UTC
|
||||||
|
schedule:
|
||||||
|
- cron: '0 2 * * *'
|
||||||
# Triggered by nightly Docker workflow to use same commit
|
# Triggered by nightly Docker workflow to use same commit
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
types: [nightly-release]
|
types: [nightly-release]
|
||||||
|
|||||||
Reference in New Issue
Block a user