Remove rule for merge requests

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar 2021-10-25 12:05:51 +02:00
parent 5996379fcc
commit c301bde4f4

View File

@ -31,8 +31,6 @@ include:
rules:
- if: $CI_COMMIT_TAG
when: always
- if: $CI_MERGE_REQUEST_ID
when: always
# The full set of build-all jobs organized to
# have builds for each ARCH run in parallel.