Skip to content

Runaway cron #25178

Answered by weide-zhou
ydnar asked this question in Actions
Mar 23, 2020 · 4 comments
Discussion options

You must be logged in to vote

Hi @ydnar ,

In your corn setting, you didn’t specify the first value(minute) but use ‘*’ , which means every minute in 13rd hour  UTC Mon as a trigger. Due to another rule(github minimum interval 5 mins), multiple workflow appears then. 

Please specify a value for minute, eg:

schedule:
    - cron: "10 13 * * 1" # 13:10 UTC every Monday

Thanks.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
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