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

     1  # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onschedule
     2  
     3  on:
     4    schedule:
     5      - cron: '30 5 * * 1,3'
     6      - cron: '30 5 * * 2,4'