mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
Gitlab CI/CD: Run 'tools_test' job only on merge requests
This commit is contained in:
parent
331d769937
commit
603782464a
1 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,8 @@ run_tools_test:
|
||||||
script:
|
script:
|
||||||
- "./gitlab-ci/tools-test.sh"
|
- "./gitlab-ci/tools-test.sh"
|
||||||
- "./gitlab-ci/generate_supported_dm.sh"
|
- "./gitlab-ci/generate_supported_dm.sh"
|
||||||
|
only:
|
||||||
|
- merge_requests
|
||||||
artifacts:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue