mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-23 12:42:04 +00:00
17 lines
384 B
YAML
17 lines
384 B
YAML
# Only run for (updates to) merge requests and the default branch.
|
|
workflow:
|
|
rules:
|
|
- if: $CI_MERGE_REQUEST_IID
|
|
- if: $CI_COMMIT_BRANCH == "16.0"
|
|
|
|
include:
|
|
- project: "ci/gitlab-ci-templates"
|
|
ref: master
|
|
file: "/odoo-tests.template.yml"
|
|
|
|
variables:
|
|
ODOO_CI_IMAGE: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
|
|
ODOO_PRECOMMIT: "1"
|
|
ODOO_LINT: "0"
|
|
ODOO_TEST: "0"
|