ci: disable Workflows runner observabilty to resolve slow post-task agent health check (#60892)

This commit is contained in:
Greg Magolan 2024-03-06 07:34:44 -08:00 committed by GitHub
parent 500fc07c47
commit bfc6e404ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,8 @@ bazel:
env:
REDIS_CACHE_ENDPOINT: ":6379"
GIT_PAGER: ""
# Temporary work-around to resolve a slow post task agent health check
observability: false
tasks:
# Checks that BUILD files are formatted
- buildifier: