We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 083a098 commit 2d0cf12Copy full SHA for 2d0cf12
.github/workflows/ci-pre-commit.yml
@@ -37,6 +37,9 @@ jobs:
37
pythnet/message_buffer
38
pythnet/pythnet_sdk
39
pythnet/stake_caps_parameters
40
+ # We only save the cache from runs on `main` because the cache is ~5GB, and the total Github Cache limit is 10GB.
41
+ # Branches have their own caches, so saving this cache on PRs can result in evicting the main cache.
42
+ save-if: ${{ github.ref == 'refs/heads/main' }}
43
- name: Install protoc
44
uses: arduino/setup-protoc@v3
45
with:
0 commit comments