Loading .gitlab-ci.yml +8 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,14 @@ # Set to your API key for accessing up-to-date package security information workflow: rules: - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS when: never - if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_COMMIT_BRANCH .python: image: python:3.9 variables: Loading Loading
.gitlab-ci.yml +8 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,14 @@ # Set to your API key for accessing up-to-date package security information workflow: rules: - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS when: never - if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_COMMIT_BRANCH .python: image: python:3.9 variables: Loading