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:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user