diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ce6d07feee84da8519bccc6cfe32998ae4f3853..af705a6120963e611f6fd5d5ea3d2ffa4d854e24 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -257,7 +257,8 @@ gtest_srtool: create_g1_data: stage: build rules: - - if: $CI_PIPELINE_SOURCE != "merge_request_event" && $CI_COMMIT_BRANCH =~ /^(release\/runtime-)[0-9].*/ + - when: manual + # - if: $CI_PIPELINE_SOURCE != "merge_request_event" && $CI_COMMIT_BRANCH =~ /^(release\/runtime-)[0-9].*/ image: h30x/py-g1-migrator # this image already has plyvel python requirement and dependency variables: DEBIAN_FRONTEND: noninteractive