Loading .gitlab-ci.yml +9 −1 Original line number Diff line number Diff line include: - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' - local: 'alm/semantic-release.yml' - local: 'alm/semantic-release-badge.yml' workflow: rules: # Run if we're in a merge request - if: $CI_MERGE_REQUEST_IID # Run for tags, so we get semantic versioning - if: $CI_COMMIT_TAG # Run for changes on the master branch (so merged MRs) - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH downstream:python-tests: stage: test variables: Loading Loading
.gitlab-ci.yml +9 −1 Original line number Diff line number Diff line include: - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' - local: 'alm/semantic-release.yml' - local: 'alm/semantic-release-badge.yml' workflow: rules: # Run if we're in a merge request - if: $CI_MERGE_REQUEST_IID # Run for tags, so we get semantic versioning - if: $CI_COMMIT_TAG # Run for changes on the master branch (so merged MRs) - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH downstream:python-tests: stage: test variables: Loading