Skip to content

Yaml errors with multiple triggers #25696

Answered by Simran-B
craigz asked this question in Actions
Discussion options

You must be logged in to vote

You are missing a colon after push to make it a mapping key:

on:
  push:
  schedule:
    - cron: "22 12 * * *"

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants