ci: clear the per-run annotations and revive the weekly doxygen job (#15659)

This commit is contained in:
Kris Austin
2026-09-13 16:39:55 -03:00
committed by GitHub
parent 15ebdc3799
commit 9e8fbc17dd
3 changed files with 17 additions and 8 deletions
+3 -1
View File
@@ -96,12 +96,14 @@ jobs:
id: ccache
if: ${{ !inputs.macos-combine-only }}
continue-on-error: true
uses: hendrikmuhs/ccache-action@v1.2
uses: hendrikmuhs/ccache-action@v1.2.24
with:
key: ${{ env.CCACHE_LEG }}
max-size: 3G
restore: false
save: false
# ccache -s runs as its own step; no summary table per job.
job-summary: ''
- name: Restore compiler cache
if: ${{ steps.ccache.outcome == 'success' }}