diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-03-03 18:05:35 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-03-03 18:05:35 +0000 |
| commit | f9faee5ee73a23d2a300d964b1127846271ad08b (patch) | |
| tree | b53556a2b447c23cb52c681b179d5b7ca737dd61 /.gitlab-ci.yml | |
| parent | Enable global snapping preference by default (diff) | |
| download | inkscape-f9faee5ee73a23d2a300d964b1127846271ad08b.tar.gz inkscape-f9faee5ee73a23d2a300d964b1127846271ad08b.zip | |
CI: Exclude "clangtidyfull" from schedules
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1c499745d..2f1d0f197 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -200,6 +200,8 @@ clangtidy:linux: clangtidyfull:linux: stage: build + except: + - schedules only: - branches@inkscape/inkscape script: |
