Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Github Actions failures due to possible rate limiting. (#972)
* Make GitHub actions intergration depend on unit, unit on lint to reduce conccurent load. This reduces the no. of concurrent actions running at a time, which should reduce failures due to rate limiting on github.com * Limit GitHub actions docker build max docker images built at once to be 1 * Increase no. of parallel docker builds to 3 in docker build Github action.
- Loading branch information