From c726d610866ee142003635e0ab6b1733f31854c9 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Fri, 23 May 2025 10:07:02 +0200 Subject: [PATCH] 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. --- .github/workflows/nightly-stable.yml | 8 ++++---- .github/workflows/nightly-testing.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/nightly-stable.yml b/.github/workflows/nightly-stable.yml index 1535daa415..2790947ae8 100644 --- a/.github/workflows/nightly-stable.yml +++ b/.github/workflows/nightly-stable.yml @@ -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: diff --git a/.github/workflows/nightly-testing.yml b/.github/workflows/nightly-testing.yml index c1ccb67f1c..13f3670514 100644 --- a/.github/workflows/nightly-testing.yml +++ b/.github/workflows/nightly-testing.yml @@ -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: