From ef62544cda05a48b37633c65097f02244ad8f08a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Wed, 6 May 2026 18:48:25 +0200 Subject: [PATCH] fix: only save docs cache on push to main Align the docs workflow with the other workflows. Contributes to #102 --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index cd445e0..de7b2fa 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -256,7 +256,7 @@ jobs: if-no-files-found: error - name: Save content cache (branch) - if: success() + if: success() && github.event_name == 'push' continue-on-error: true uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: