Skip to content

Why are scheduled Actions never executed? #26080

Answered by lee-dohm
marchof asked this question in Actions
Discussion options

You must be logged in to vote

I suspect what’s going wrong here is that you’re setting schedule as an attribute of push instead of on, where it is supposed to be. This may work better?

on:
  push:
    branches:
      - master
  schedule:
    - cron: '0 0 * * *'

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
2 participants