Skip to content

Scheduled bazel cache update #228

Scheduled bazel cache update

Scheduled bazel cache update #228

name: Scheduled bazel cache update
on:
schedule:
- cron: '0 */12 * * *'
jobs:
update-cache:
if: github.repository_owner == 'google'
uses: ./.github/workflows/update-cache-and-deployment.yaml
with:
update-cache: true
secrets:
artifact-registry-uploader-json-creds: ${{ secrets.ARTIFACT_REGISTRY_UPLOADER }}