Skip to content

Commit 0ac3340

Browse files
authored
chore: resume nightly releases (#3957)
1 parent 7f3ce0b commit 0ac3340

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/release-nightly.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
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 * * *'
2+
schedule:
3+
# Timezone is UTC
4+
# https://crontab.guru/#0_0_*_*_*
5+
# At 00:00 every day.
6+
- cron: '0 0 * * *'
87

98
# Allows us to manually trigger a nightly
109
# Since npm prevents duplicate releases we can run this at any time

0 commit comments

Comments
 (0)