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

Add schedule runs and on-demand runs to workflows #39

Merged
merged 2 commits into from
Oct 18, 2023

Conversation

dbarrous
Copy link
Member

@dbarrous dbarrous commented Oct 18, 2023

In our ongoing efforts to maintain the highest quality in our codebase, this PR introduces two significant enhancements to our

Scheduled Runs: Our pipelines will now run daily at midnight. This will keep our pipelines fresh and ensure that any external changes, such as updates to our dependencies, don't cause bugs.

On-Demand Runs: Developers can manually trigger the CI/CD process via the GitHub Actions tab if they need immediate verification of the CI/CD pipeline works without pushing a commit or waiting for a daily check

Also bumps python package version to match hermes_core

@dbarrous dbarrous force-pushed the add-schedule-workflows branch from 280f40c to ad14402 Compare October 18, 2023 12:11
@dbarrous dbarrous changed the title Add scheduled workflows Add schedule runs and on-demand runs to workflows Oct 18, 2023
@dbarrous dbarrous marked this pull request as ready for review October 18, 2023 12:21
@dbarrous dbarrous merged commit 0140db5 into HERMES-SOC:main Oct 18, 2023
2 checks passed
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