Skip to content
Snippets Groups Projects
Commit 7c4ef1b5 authored by Georges Racinet's avatar Georges Racinet
Browse files

Heptapod CI: explicit rules for tests-current and check-sdist jobs

Lately these jobs haven't been running for MR pipelines.
Let's try and force it by explicit rules.

Also, have check-sdist run only for MR pipelines and pushes to
the main development branches.
parent b33a2bce
No related branches found
Tags 0.8.1
No related merge requests found
Pipeline #19224 passed
......@@ -11,6 +11,10 @@
check-sdist:
stage: compat
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: '$CI_COMMIT_BRANCH =~ /^branch\/(default,stable)$/'
- when: never
image: octobus/ci-hgitaly:variable-hg
needs: []
script:
......@@ -49,6 +53,8 @@
- ./run-all-tests
tests-current:
rules:
- when: always
extends:
- .tests
stage: main
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment