Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b591a3d7c5 | ||
|
|
b21181a446 | ||
|
|
c80dfffa14 |
@@ -6,18 +6,6 @@ default:
|
||||
- docker
|
||||
- linux
|
||||
|
||||
# Since jobs are using 'rules' it's possible for duplicate pipelines to run
|
||||
# (one for push to mr-branch, another for mr. Avoid this:
|
||||
workflow:
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push"
|
||||
when: never
|
||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
|
||||
when: never
|
||||
- if: $CI_COMMIT_TAG == $CI
|
||||
|
||||
envars:
|
||||
stage: test
|
||||
script: |
|
||||
@@ -26,9 +14,6 @@ envars:
|
||||
|
||||
commit_check:
|
||||
stage: test
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_LABELS !~ /skip-ci/
|
||||
- when: never
|
||||
variables:
|
||||
BADRX: '^(squash!)|(fixup!)'
|
||||
script: |
|
||||
|
||||
Reference in New Issue
Block a user