-
Notifications
You must be signed in to change notification settings - Fork 2
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
Rewrite main CI/CD into a single workflow #34
Conversation
- Now all integrated into one workflow - intersphinx update runs on cron job instead of push - Use `git-auto-commit-action` instead of manual setup and push - Job execution order is now correct since they're all in the same workflow
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.
Looks good, especially having all the jobs in into one workflow to achieve what we want it to
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.
Nicely done with the separate environments
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.
One badge to rule them all :)
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.
Looks really good to have this working and all in one spot.
Fixes permanently pending checks on PRs, fixing #32. Need to investigate #33 before merging, may as well make it all one PR.