Commit 709c4655 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'mj/skip-ee-specific-check-for-auto-deploy' into 'master'

Exclude auto-deploy from ee-specific checks

See merge request gitlab-org/gitlab-ee!14348
parents 711d1a7a e08258f8
......@@ -215,6 +215,7 @@ ee_compat_check:
- master
- tags
- /[\d-]+-stable(-ee)?/
- /[\d-]+-auto-deploy-\d{7}/
- /^security-/
- branches@gitlab-org/gitlab-ee
- branches@gitlab/gitlab-ee
......
......@@ -101,6 +101,7 @@ flaky-examples-check:
- master
- tags
- /[\d-]+-stable(-ee)?/
- /[\d-]+-auto-deploy-\d{7}/
- /^security-/
- /\bce\-to\-ee\b/
......
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