From 85ea6af5b1a2830b010c99e4efcc2c32101036df Mon Sep 17 00:00:00 2001 From: SomberNight Date: Fri, 27 Mar 2026 18:17:49 +0000 Subject: [PATCH] ci: llm sec review: tweak trigger types looks like if there is an overlap between automatic and manual, manual wins --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 9b7ddcc64..976d57365 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -251,7 +251,7 @@ task: - trigger_type: automatic only_if: $CIRRUS_PR != '' && ($CIRRUS_USER_PERMISSION == 'write' || $CIRRUS_USER_PERMISSION == 'admin') - trigger_type: manual - only_if: $CIRRUS_PR != '' + only_if: $CIRRUS_PR != '' && !($CIRRUS_USER_PERMISSION == 'write' || $CIRRUS_USER_PERMISSION == 'admin') container: image: node:20 cpu: 1