summaryrefslogtreecommitdiff
path: root/spec/frontend/editor/schema/ci/yaml_tests/negative_tests/rules.yml
blob: d74a681b23bbbe7603e7c1531fa2b2a85610b0b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# invalid rules:changes
unnecessary ref declaration:
  script: exit 0
  rules:
    - changes:
        paths:
          - README.md
        compare_to: { ref: 'main' }

wrong path declaration:
  script: exit 0
  rules:
    - changes:
      paths: { file: 'DOCKER' }