Skip to content

Commit 1ce27e5

Browse files
committed
Disable repository cache to save gh action cache space
1 parent 028e171 commit 1ce27e5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Store build cache per workflow.
3333
disk-cache: ${{ github.workflow }}
3434
# Share repository cache between workflows.
35-
repository-cache: true
35+
repository-cache: false
3636
# Prevent PRs from polluting cache
3737
cache-save: ${{ github.event_name != 'pull_request' }}
3838
- name: Bazel Output Version
@@ -62,7 +62,7 @@ jobs:
6262
# Store build cache per workflow.
6363
disk-cache: ${{ github.workflow }}
6464
# Share repository cache between workflows.
65-
repository-cache: true
65+
repository-cache: false
6666
# Prevent PRs from polluting cache
6767
cache-save: ${{ github.event_name != 'pull_request' }}
6868
- name: Bazel Output Version
@@ -97,7 +97,7 @@ jobs:
9797
# Store build cache per workflow.
9898
disk-cache: ${{ github.workflow }}
9999
# Share repository cache between workflows.
100-
repository-cache: true
100+
repository-cache: false
101101
# Never write to the cache, strictly read-only
102102
cache-save: false
103103
- name: Verify Version Consistency

0 commit comments

Comments
 (0)