diff --git a/scripts/packaging/publish_release.py b/scripts/packaging/publish_release.py index 63bf0f04805..7eb0e613049 100755 --- a/scripts/packaging/publish_release.py +++ b/scripts/packaging/publish_release.py @@ -47,9 +47,6 @@ if now.hour <= 5: # Publish nightly build with previous day date even if it completes in the morning now = now - datetime.timedelta(hours=6) -if now.weekday() >= 5: - print('Skipping nightly build for Saturday and Sunday.') - sys.exit(0) warningMessage = '\nIt might be unstable, for a stable version of Webots, please use the [latest official release]' \ '(https://github.com/cyberbotics/webots/releases/latest).'