diff options
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 767821e61..a57f8e61f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,6 +57,7 @@ test: # uploads the clang scan to user.gitlab.io/inkscape/ pages: stage: deploy + when: manual dependencies: - clang script: @@ -66,4 +67,3 @@ pages: - public only: - master - - schedules |
