File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments