Skip to content

Skip production checks on deployment tracking

Alessio Caiazza requested to merge ac-fix-production-check-trigger into master

Working on gitlab-com/gl-infra/delivery#879 (comment 348854085) we noticed that each staging and canary deployment got tracked.

This change will skip the job when $TRACK_DEPLOYMENT == "true".

Merge request reports