Skip to content

Commit f2e42d3

Browse files
committed
review: test cache (revert before merging).
Signed-off-by: Piotr Sikora <[email protected]>
1 parent d95dd62 commit f2e42d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cpp.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@ jobs:
115115
--copt=-DPROXY_WASM_VERIFY_WITH_ED25519_PUBKEY=\"$(xxd -p -c 256 test/test_data/signature_key1.pub | cut -b9-)\"
116116
//...
117117
118-
- name: Skip Bazel cache update
119-
if: ${{ github.ref != 'refs/heads/master' }}
120-
run: echo "CACHE_SKIP_SAVE=true" >> $GITHUB_ENV
118+
# - name: Skip Bazel cache update
119+
# if: ${{ github.ref != 'refs/heads/master' }}
120+
# run: echo "CACHE_SKIP_SAVE=true" >> $GITHUB_ENV
121121

122122
- name: Cleanup Bazel cache
123-
if: ${{ github.ref == 'refs/heads/master' }}
123+
# if: ${{ github.ref == 'refs/heads/master' }}
124124
run: |
125125
export OUTPUT=$(${{ matrix.run_under }} bazel info output_base)
126126
echo "===== BEFORE ====="

0 commit comments

Comments
 (0)