Skip to content

Commit 1f9b2bc

Browse files
committed
Allow publishing releases on weekends.
1 parent 335386c commit 1f9b2bc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/packaging/publish_release.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@
4747
if now.hour <= 5:
4848
# Publish nightly build with previous day date even if it completes in the morning
4949
now = now - datetime.timedelta(hours=6)
50-
if now.weekday() >= 5:
51-
print('Skipping nightly build for Saturday and Sunday.')
52-
sys.exit(0)
5350

5451
warningMessage = '\nIt might be unstable, for a stable version of Webots, please use the [latest official release]' \
5552
'(https://github.com/cyberbotics/webots/releases/latest).'

0 commit comments

Comments
 (0)