Update CI Components authored by Slominski, Ryan's avatar Slominski, Ryan
...@@ -33,6 +33,13 @@ stages: ...@@ -33,6 +33,13 @@ stages:
- source/**/* - source/**/*
``` ```
**Manually**
(only when you click New Pipeline button)
```
rules:
- when: manual
```
... ...
......