##// END OF EJS Templates
cron nightly
Matthias Bussonnier -
Show More
@@ -1,6 +1,9 b''
1 name: Nightly Wheel builder
1 name: Nightly Wheel builder
2 on:
2 on:
3 workflow_dispatch:
3 workflow_dispatch:
4 schedule:
5 # this cron is ran every Sunday at midnight UTC
6 - cron: '0 0 * * 0'
4
7
5 jobs:
8 jobs:
6 upload_anaconda:
9 upload_anaconda:
General Comments 0
You need to be logged in to leave comments. Login now