Merge branch 'Ultimaker:main' into main

This commit is contained in:
Luke Brewer 2025-05-23 11:27:10 -05:00 committed by GitHub
commit de753f0747
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View file

@ -1,10 +1,10 @@
name: Nightly build - stable release name: Nightly build - stable release
run-name: Nightly build - stable release run-name: Nightly build - stable release
on: # on:
schedule: # schedule:
# Daily at 5:15 CET # # Daily at 5:15 CET
- cron: '15 4 * * *' # - cron: '15 4 * * *'
jobs: jobs:
build-nightly: build-nightly:

View file

@ -1,10 +1,10 @@
name: Nightly build - dev release name: Nightly build - dev release
run-name: Nightly build - dev release run-name: Nightly build - dev release
on: # on:
schedule: # schedule:
# Daily at 4:15 CET # # Daily at 4:15 CET
- cron: '15 3 * * *' # - cron: '15 3 * * *'
jobs: jobs:
build-nightly: build-nightly: