.gitlab-ci.yml: allow pkgcheck_strict_scan to run on push

This commit is contained in:
Alfred Wingate 2023-10-13 05:55:15 +03:00
parent 15a2f99945
commit 8864d92721
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ pkgcheck_full_scan:
pkgcheck_strict_scan:
rules:
- if: $CI_PIPELINE_SOURCE == 'push'
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
when: never
- if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH