github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/github/yaml/testdata/on/schedule-1.yaml (about)

     1  # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onschedule
     2  
     3  on:
     4    schedule:
     5      # * is a special character in YAML so you have to quote this string
     6      - cron:  '30 5,17 * * *'