Skip to content
Snippets Groups Projects
Unverified Commit 8f334708 authored by Florian Forster's avatar Florian Forster
Browse files

feat(autolabels): Use the `AUTOLABELS_ENABLED` to allow teams to opt out of the job.

Issue: gitlab-com/gl-infra/common-ci-tasks#34
parent 74e08882
No related branches found
No related tags found
No related merge requests found
Pipeline #24895542 failed
Loading
Loading
@@ -21,6 +21,8 @@ include:
- local: autolabels.yml
inputs:
stage: $[[ inputs.validate_stage ]]
rules:
- if: $AUTOLABELS_ENABLED == null || $AUTOLABELS_ENABLED != "false"
 
- local: editorconfig-check.yml
inputs:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment