From b0fc264cb20304dcbca9292d3b713922e67f065d3a689b3bfb31058b66deefe5 Mon Sep 17 00:00:00 2001 From: f4lco Date: Wed, 11 Mar 2026 20:59:49 +0100 Subject: [PATCH] Revert "Suspend nightly builds" This reverts commit cd7a44ab2e836f979bcc96cf1370803fc4ca3dda. --- .circleci/config.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fc97d0a..7f73a13 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