Gitlab CI/CD: Run 'tools_test' job only on merge requests

This commit is contained in:
Amin Ben Romdhane 2024-02-07 11:52:33 +01:00
parent 331d769937
commit 603782464a

View file

@ -39,6 +39,8 @@ run_tools_test:
script:
- "./gitlab-ci/tools-test.sh"
- "./gitlab-ci/generate_supported_dm.sh"
only:
- merge_requests
artifacts:
when: always
paths: