-
Notifications
You must be signed in to change notification settings - Fork 0
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
Automating using cron job #38
Conversation
.github/workflows/aikido.yml
Outdated
|
||
schedule: | ||
# Schedule the workflow to run at 9:40 AM UK time | ||
- cron: '40 9 * * *' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will run every day but we want weekly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is to test if it does run, I am keeping the time to be in the next 5 minutes so that I can see it runs as scheduled and I'll change it later to weekly.
.github/workflows/aikido.yml
Outdated
- main | ||
|
||
schedule: | ||
# Schedule the workflow to run at 9:40 AM UK time |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove these comments - they are not required - currently confusing.
No description provided.