Previously GitHub Actions would fail if they did not have access to repository secrets. The code attempted to have graceful fallback, but the graceful fallback was not working properly. This PR fixes the graceful fallback: - Bazel tests will use read-only caching instead of read-write. - We unfortunately need to skip the Python wheel tests, as they require our private Docker image to run.pull/13171/head
parent
15b2402144
commit
682b519aac
2 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue