Commit 3c938347 authored by Frédéric Caplette's avatar Frédéric Caplette

Merge branch 'fix-gitlab-ci-schema-nullable-filter' into 'master'

Allow YAML `null` value for `only` and `except` filters

See merge request gitlab-org/gitlab!79335
parents 6a30f85b 215e15ab
......@@ -764,6 +764,9 @@
},
"filter": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/definitions/filter_refs"
},
......
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