Fix cache cleaning workflow

PiperOrigin-RevId: 571375376
pull/14315/head
Mike Kruskal 2 years ago committed by Copybara-Service
parent d41b9e7a4b
commit 3221b48dfa
  1. 2
      .github/workflows/clear_caches.yml

@ -17,7 +17,7 @@ jobs:
fail-fast: false # Don't cancel all jobs if one fails.
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
name: Clear Bazel repository cache ${{ runner.os }}
name: Clear Bazel repository cache ${{ matrix.os }}
runs-on: ${{ matrix.os }}
permissions:
actions: write # permission is required to delete caches

Loading…
Cancel
Save