Skip to content

Commit

Permalink
fix(ccache): fix ccache stats (#4622)
Browse files Browse the repository at this point in the history
* remove ccache stats

Signed-off-by: Oguz Ozturk <[email protected]>

* style(pre-commit): autofix

---------

Signed-off-by: Oguz Ozturk <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
oguzkaganozt and pre-commit-ci[bot] authored Apr 16, 2024
1 parent 038f8a6 commit afc8764
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .github/actions/docker-build-and-push/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,8 @@ runs:
echo 'devel URL ${{ steps.artifact-upload-step-devel.outputs.artifact-url }}'
echo 'runtime URL ${{ steps.artifact-upload-step-runtime.outputs.artifact-url }}'
shell: bash

- name: Show ccache stats
run: |
ccache -s
shell: bash
4 changes: 0 additions & 4 deletions .github/workflows/build-main-self-hosted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,3 @@ jobs:
- name: Show disk space
run: |
df -h
- name: Show ccache stats
run: |
ccache -s
4 changes: 0 additions & 4 deletions .github/workflows/build-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,3 @@ jobs:
- name: Show disk space
run: |
df -h
- name: Show ccache stats
run: |
ccache -s

0 comments on commit afc8764

Please sign in to comment.