Apply same only/except tags to remove_render
This commit is contained in:
@@ -203,3 +203,7 @@ remove_render:
|
|||||||
environment:
|
environment:
|
||||||
name: review/$CI_BUILD_REF_NAME
|
name: review/$CI_BUILD_REF_NAME
|
||||||
action: stop
|
action: stop
|
||||||
|
only:
|
||||||
|
- branches
|
||||||
|
except:
|
||||||
|
- master
|
||||||
|
|||||||
Reference in New Issue
Block a user