Skip to content

Commit

Permalink
Allow publishing releases on weekends.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettle committed Jul 28, 2024
1 parent 335386c commit 1f9b2bc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/packaging/publish_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -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).'
Expand Down

0 comments on commit 1f9b2bc

Please sign in to comment.