-
-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clone step is skipped for cron job #1716
Comments
my asumption: but asap you have a custom clone step you get the default cron filter too and so it's filtered out so we either have to add a specific case that take this into account or do drop default filter and let cron jobs run wild by default 😓 ... |
@dessalines for you the workaround would be to add a when filter to the clone step and add events: cron, pull, push,tag ... |
-> #1451 |
Thanks... should I close this in favor of the other issue? |
no let it open its still an issue |
Maybe this will fix problems with wrong code being built. woodpecker-ci/woodpecker#1716
Fixed |
Component
agent
Describe the bug
When running a
when: cron
job, the woodpecker clone plugin step is skipped:woodpecker.yml:
Working clone / git step:
Examples of broken for cron jobs:
System Info
Additional context
No response
Validations
next
version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]The text was updated successfully, but these errors were encountered: