Run auto download daily for specific manufacturers #708
+51
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As discussed with @Nerivec in the context of #697, a lot of manufacturers have extensive rate limiting on their API endpoints. For manufacturers that specifically request their OTAs being processed more frequently, we can run a custom job for this one.
Added a new action that will run daily and has an environment variable to populate the list of manufacturers. It intentionally does not trigger a release (keeping that for the weekly job)
Fixes: #697