Hi there!
It seems like at the moment act does ignore a workflow that has an on: schedule trigger.
Example trigger:
on:
schedule:
- cron: '0 */2 * * *'
It would not list and cannot be run thereafter.
It would be helpful if these could be run too. Any set schedule could just be ignored, in my opinion.
What do you think about it?
Thanks for the great tool!
Aaron
Agreed @aaronmeder - this should be added.
The scheduled job does not appear in act -l but I can run it fine with act -j <job_name>
Bump, this confused me the first time I used the tool
Issue is stale and will be closed in 7 days unless there is new activity
Most helpful comment
The scheduled job does not appear in
act -lbut I can run it fine withact -j <job_name>