Disable nightly builds

They don't properly work since the conan2 migration, and it seems nobody is actually using them anymore, so deactivating them for now, and will reactivate when we have fixed the conan packages versions issues.
This commit is contained in:
Erwan MATHIEU 2025-05-23 10:07:02 +02:00
parent 43a055cfd5
commit c726d61086
2 changed files with 8 additions and 8 deletions

View File

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

View File

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