Commit 68acc219 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'leipert-ci-limit-ph' into 'master'

Do not run package hunter if credentials are missing

See merge request gitlab-org/gitlab!64277
parents bf7b31d8 5d35e62c
......@@ -1057,6 +1057,8 @@
.reports:rules:package_hunter:
rules:
- if: "$PACKAGE_HUNTER_USER == null || $PACKAGE_HUNTER_USER == ''"
when: never
- <<: *if-default-branch-schedule-2-hourly
- <<: *if-merge-request
changes: ["yarn.lock"]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment