Skip to content
Snippets Groups Projects
Commit 52644352 authored by Ludovico de Nittis's avatar Ludovico de Nittis
Browse files

Merge branch 'wip/smcv/reduce-ci-load' into 'master'

CI: Reduce CI load

See merge request !319
parents 763cd60e 9f720fb8
No related branches found
No related tags found
1 merge request!319CI: Reduce CI load
......@@ -71,6 +71,14 @@ variables:
# Create a File variable with a private key authorized for P_V_CI_UPLOAD_USER
PRESSURE_VESSEL_CI_UPLOAD_SSH_PRIVATE_KEY_FILE: ''
workflow:
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
when: never
- if: '$CI_COMMIT_BRANCH == "master" && $CI_PIPELINE_SOURCE == "push"'
when: never
- when: always
stages:
- build
- relocatable-install
......
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