mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 14:49:53 +01:00
Always run mailbox tests when changing them
This commit is contained in:
@@ -107,6 +107,10 @@ bridge test:
|
|||||||
mailbox integration test:
|
mailbox integration test:
|
||||||
extends: .optional_tests
|
extends: .optional_tests
|
||||||
rules:
|
rules:
|
||||||
|
- changes:
|
||||||
|
- mailbox-integration-tests/**/*
|
||||||
|
when: on_success
|
||||||
|
allow_failure: false
|
||||||
- if: '$CI_PIPELINE_SOURCE == "schedule"'
|
- if: '$CI_PIPELINE_SOURCE == "schedule"'
|
||||||
when: on_success
|
when: on_success
|
||||||
- if: '$CI_COMMIT_TAG == null'
|
- if: '$CI_COMMIT_TAG == null'
|
||||||
|
|||||||
Reference in New Issue
Block a user