Mentions légales du service

Skip to content
Snippets Groups Projects

[ci] only execute check-no-changes-in-data in MR targetting master

Closed Lucas Nussbaum requested to merge no-unwanted-mr-only into master
+ 2
0
@@ -68,6 +68,8 @@ check-no-changes-in-data:
- echo "Checking that git status output is empty..."
- sh -c '[ "`git status -s`" = "" ]'
- git diff --exit-code
only:
- merge_requests
generate-access-history:
extends: .template-refrepo
Loading