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 #21

Merged
merged 3 commits into from
Oct 18, 2023
Merged

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

merged 3 commits into from
Oct 18, 2023

Conversation

dbarrous
Copy link
Member

@dbarrous dbarrous commented Oct 17, 2023

Description:

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.

Bump to Python 3.9: Bumps required version of python to 3.9 to match the recent changes in hermes_core.

@codecov
Copy link

codecov bot commented Oct 17, 2023

Codecov Report

Merging #21 (d0f7317) into main (0068c68) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #21   +/-   ##
=======================================
  Coverage   91.07%   91.07%           
=======================================
  Files           4        4           
  Lines          56       56           
=======================================
  Hits           51       51           
  Misses          5        5           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dbarrous dbarrous marked this pull request as ready for review October 17, 2023 16:35
@dbarrous dbarrous merged commit f2a6f35 into HERMES-SOC:main Oct 18, 2023
13 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