From 218d291e517494201115b8120f66ef38e9f14d7d Mon Sep 17 00:00:00 2001 From: Mathias Kraus Date: Mon, 23 Dec 2024 17:53:37 +0100 Subject: [PATCH] [#3] Deaktivate draft handling on Cirrus CI --- .cirrus.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 4ce7a20d1..a05346272 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -24,7 +24,8 @@ env: # Filter to run the CI only on the main branch or for pull request to the main branch # -only_if: $CI_ENABLED && !$CIRRUS_PR_DRAFT && ( $CIRRUS_BRANCH == 'main' || ($CIRRUS_PR != '' && $CIRRUS_BASE_BRANCH == 'main')) +# TODO: check why !$CIRRUS_PR_DRAFT breaks the CI on the main branch +only_if: $CI_ENABLED && ( $CIRRUS_BRANCH == 'main' || ($CIRRUS_PR != '' && $CIRRUS_BASE_BRANCH == 'main')) # # Templates