ci: llm sec review: tweak trigger types

looks like if there is an overlap between automatic and manual, manual wins
This commit is contained in:
SomberNight
2026-03-27 18:17:49 +00:00
parent a8cd2715c8
commit 85ea6af5b1
+1 -1
View File
@@ -251,7 +251,7 @@ task:
- trigger_type: automatic - trigger_type: automatic
only_if: $CIRRUS_PR != '' && ($CIRRUS_USER_PERMISSION == 'write' || $CIRRUS_USER_PERMISSION == 'admin') only_if: $CIRRUS_PR != '' && ($CIRRUS_USER_PERMISSION == 'write' || $CIRRUS_USER_PERMISSION == 'admin')
- trigger_type: manual - trigger_type: manual
only_if: $CIRRUS_PR != '' only_if: $CIRRUS_PR != '' && !($CIRRUS_USER_PERMISSION == 'write' || $CIRRUS_USER_PERMISSION == 'admin')
container: container:
image: node:20 image: node:20
cpu: 1 cpu: 1