We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3ce0b commit 0ac3340Copy full SHA for 0ac3340
.github/workflows/release-nightly.yml
@@ -1,10 +1,9 @@
1
on:
2
- # TODO: We can reenable cron when needed
3
- # schedule:
4
- # # Timezone is UTC
5
- # # https://crontab.guru/#0_0_*_*_*
6
- # # At 00:00 every day.
7
- # - cron: '0 0 * * *'
+ schedule:
+ # Timezone is UTC
+ # https://crontab.guru/#0_0_*_*_*
+ # At 00:00 every day.
+ - cron: '0 0 * * *'
8
9
# Allows us to manually trigger a nightly
10
# Since npm prevents duplicate releases we can run this at any time
0 commit comments