From 8c46fcb2a2e8501ffadaf87b965450bc6af5fc11 Mon Sep 17 00:00:00 2001 From: Mikolaj Wielgus Date: Thu, 9 Jan 2025 14:01:11 +0100 Subject: [PATCH] chore(ci): disable nightly channel tests to reduce Codeberg's CI usage Turns out that our usage of the Codeberg's CI has been excessive: https://codeberg.org/topola/topola/issues/155 The `test` flow is the longest-running (due to contracts checks), yet the least needed, so I'm disabling it for now. --- .woodpecker/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index 572e324..9be6c50 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -6,8 +6,8 @@ matrix: include: - CHANNEL: stable FEATURES: disable_contracts - - CHANNEL: nightly - FEATURES: + #- CHANNEL: nightly + #FEATURES: steps: test: