From a31cfd4f4e6386c14125e5022b16bd7f15fa89ef4dec79d8e5449747e717ff60 Mon Sep 17 00:00:00 2001 From: f4lco Date: Sun, 25 Jan 2026 17:58:04 +0100 Subject: [PATCH] Suspend nightly builds --- .circleci/config.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7f73a13..fc97d0a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,13 +29,13 @@ workflows: default: jobs: - build-and-test - nightly-build: - triggers: - - schedule: - cron: "5 10 * * 1-5" - filters: - branches: - only: master - jobs: - - build-and-test: - context: nightly + #nightly-build: + # triggers: + # - schedule: + # cron: "5 10 * * 1-5" + # filters: + # branches: + # only: master + # jobs: + # - build-and-test: + # context: nightly