Skip to content
Snippets Groups Projects

fix(common): demarcate pipeline jobs

Merged Artyom Kartasov requested to merge pipeline-jobs-demarcation into master
4 files
+ 12
6
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 3
1
@@ -11,7 +11,9 @@ stages:
## Conditions
.only_engine: &only_engine
rules:
- changes:
- if: $CI_COMMIT_TAG =~ /^v[a-zA-Z0-9_.-]*/
- if: $CI_COMMIT_BRANCH
changes:
- engine/**/*
.only_dle_tag_release: &only_tag_release
Loading