Skip to content

Commit

Permalink
Restore cache in main job only (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaldengeki authored Jul 21, 2024
1 parent 6e8f8fc commit c38c8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
# Caches and restores the bazelisk download directory, the bazel build directory.
- name: Cache bazel
uses: actions/cache@v4
uses: actions/cache/restore@v4
env:
cache-name: bazel-cache
with:
Expand Down

0 comments on commit c38c8f0

Please sign in to comment.