Always run mailbox tests when changing them

This commit is contained in:
Torsten Grote
2022-10-11 12:09:01 -03:00
parent a720501fde
commit 28f770df89

View File

@@ -107,6 +107,10 @@ bridge test:
mailbox integration test:
extends: .optional_tests
rules:
- changes:
- mailbox-integration-tests/**/*
when: on_success
allow_failure: false
- if: '$CI_PIPELINE_SOURCE == "schedule"'
when: on_success
- if: '$CI_COMMIT_TAG == null'