Skip to content
Snippets Groups Projects
Commit 94cd0ea4 authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

added workflow rules to test shared runner vs private runner issue

parent d9b52dae
No related branches found
No related tags found
1 merge request!2Add OOD proxy node deployment to CI/CD pipeline
......@@ -38,6 +38,11 @@ variables:
stages:
- deploy
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_PIPELINE_SOURCE == 'schedule'
deploy_ood_proxy_node:
stage: deploy
environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment