diff --git a/.github/actions/docker-build-and-push/action.yaml b/.github/actions/docker-build-and-push/action.yaml index 13526e9083e..940df220693 100644 --- a/.github/actions/docker-build-and-push/action.yaml +++ b/.github/actions/docker-build-and-push/action.yaml @@ -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 diff --git a/.github/workflows/build-main-self-hosted.yaml b/.github/workflows/build-main-self-hosted.yaml index cc6396e01ea..e4cc44884e3 100644 --- a/.github/workflows/build-main-self-hosted.yaml +++ b/.github/workflows/build-main-self-hosted.yaml @@ -67,7 +67,3 @@ jobs: - name: Show disk space run: | df -h - - - name: Show ccache stats - run: | - ccache -s diff --git a/.github/workflows/build-main.yaml b/.github/workflows/build-main.yaml index 38250e160b4..7b21980574a 100644 --- a/.github/workflows/build-main.yaml +++ b/.github/workflows/build-main.yaml @@ -62,7 +62,3 @@ jobs: - name: Show disk space run: | df -h - - - name: Show ccache stats - run: | - ccache -s