[CCF Archive] Store object type eviction policy submission #3
|
|
@ -123,6 +123,7 @@ jobs:
|
|||
shell: bash
|
||||
|
||||
- name: Run sccache stat for check
|
||||
if: ${{ env.SCCACHE_PATH != '' }}
|
||||
shell: bash
|
||||
run: ${SCCACHE_PATH} --show-stats
|
||||
|
||||
|
|
@ -652,6 +653,7 @@ jobs:
|
|||
shell: bash
|
||||
|
||||
- name: Run sccache stat for check
|
||||
if: ${{ env.SCCACHE_PATH != '' }}
|
||||
shell: bash
|
||||
run: ${SCCACHE_PATH} --show-stats
|
||||
|
||||
|
|
|
|||
|
|
@ -104,6 +104,7 @@ jobs:
|
|||
shell: bash
|
||||
|
||||
- name: Run sccache stat for check
|
||||
if: ${{ env.SCCACHE_PATH != '' }}
|
||||
shell: bash
|
||||
run: ${SCCACHE_PATH} --show-stats
|
||||
|
||||
|
|
|
|||
|
|
@ -95,6 +95,7 @@ jobs:
|
|||
shell: bash
|
||||
|
||||
- name: Run sccache stat for check
|
||||
if: ${{ env.SCCACHE_PATH != '' }}
|
||||
shell: bash
|
||||
run: ${SCCACHE_PATH} --show-stats
|
||||
|
||||
|
|
@ -173,6 +174,7 @@ jobs:
|
|||
shell: bash
|
||||
|
||||
- name: Run sccache stat for check
|
||||
if: ${{ env.SCCACHE_PATH != '' }}
|
||||
shell: bash
|
||||
run: ${SCCACHE_PATH} --show-stats
|
||||
|
||||
|
|
@ -274,6 +276,7 @@ jobs:
|
|||
shell: bash
|
||||
|
||||
- name: Run sccache stat for check
|
||||
if: ${{ env.SCCACHE_PATH != '' }}
|
||||
shell: bash
|
||||
run: ${SCCACHE_PATH} --show-stats
|
||||
|
||||
|
|
|
|||
|
|
@ -83,6 +83,7 @@ jobs:
|
|||
shell: bash
|
||||
|
||||
- name: Run sccache stat for check
|
||||
if: ${{ env.SCCACHE_PATH != '' }}
|
||||
shell: bash
|
||||
run: ${SCCACHE_PATH} --show-stats
|
||||
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@ jobs:
|
|||
shell: bash
|
||||
|
||||
- name: Run sccache stat for check
|
||||
if: ${{ env.SCCACHE_PATH != '' }}
|
||||
shell: bash
|
||||
run: ${SCCACHE_PATH} --show-stats
|
||||
|
||||
|
|
@ -121,4 +122,3 @@ jobs:
|
|||
with:
|
||||
packages-dir: mooncake-wheel/dist-release/
|
||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||
|
||||
|
|
|
|||
|
|
@ -84,6 +84,7 @@ jobs:
|
|||
shell: bash
|
||||
|
||||
- name: Run sccache stat for check
|
||||
if: ${{ env.SCCACHE_PATH != '' }}
|
||||
shell: bash
|
||||
run: ${SCCACHE_PATH} --show-stats
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue