Skip to content
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

Merged
merged 4 commits into from
Jan 3, 2025
Merged

Conversation

mustakeem-encord
Copy link
Collaborator

No description provided.

@mustakeem-encord mustakeem-encord marked this pull request as ready for review January 3, 2025 09:36
@mustakeem-encord mustakeem-encord requested a review from a team as a code owner January 3, 2025 09:36
.github/workflows/aikido.yml Outdated Show resolved Hide resolved

schedule:
# Schedule the workflow to run at 9:40 AM UK time
- cron: '40 9 * * *'
Copy link
Collaborator

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.

Copy link
Collaborator Author

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.

- main

schedule:
# Schedule the workflow to run at 9:40 AM UK time
Copy link
Collaborator

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.

@mustakeem-encord mustakeem-encord merged commit e1d09cc into main Jan 3, 2025
1 check passed
@mustakeem-encord mustakeem-encord deleted the mustakeem-encord-patch-1 branch January 3, 2025 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants