diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a6a409486cba4143d49a168dbdb7b80415a5fcc..7bbc7e8a7e5d4795bf084ea7948372f89ec7e3a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,10 +30,12 @@ retrieve_data: name: $CI_REGISTRY_IMAGE:latest entrypoint: [""] only: - - schedules - - web - - triggers - - pushes + variables: + - $CI_PROJECT_URL == "https://gitlab.uzh.ch/retogerber/metrics-collect" + #- schedules + #- web + #- triggers + #- pushes before_script: - echo ${CI_PROJECT_NAME} - echo ${CI_COMMIT_BRANCH}