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

Schedule automatic updates via an action #2

Closed
ES-Alexander opened this issue Nov 24, 2022 · 0 comments
Closed

Schedule automatic updates via an action #2

ES-Alexander opened this issue Nov 24, 2022 · 0 comments

Comments

@ES-Alexander
Copy link

This would avoid needing to manually re-run the generation script every time there's a change we want reflected.

To avoid redundant execution, ideally each version folder would include a commit hash that can be compared against as part of the action, so re-generation of a given version would only need to occur if and when that branch/tag has actually changed since the previous generation.


An alternative would be doing things via submodules and using an approach like the sync submodules action from the ArduSub docs, but that seems messy given the parameters here aren't already generated and stored in individual branches.

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

No branches or pull requests

2 participants