github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/gitlab/yaml/testdata/job_keywords/only_except/refs.yaml.golden (about)

     1  job1:
     2      only:
     3          - main
     4          - /^issue-.*$/
     5          - merge_requests
     6      script:
     7          - echo
     8  job2:
     9      except:
    10          - main
    11          - /^stable-branch.*$/
    12          - schedules
    13      script:
    14          - echo