From 5a72a63ddee81675d7f690300fe1a01c5622ff53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Tue, 28 Jul 2026 10:53:31 -0700 Subject: [PATCH] CI: actually, always refresh cache, even from cron --- .github/workflows/ci_publish.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci_publish.yml b/.github/workflows/ci_publish.yml index e74eb779..a7204fdf 100644 --- a/.github/workflows/ci_publish.yml +++ b/.github/workflows/ci_publish.yml @@ -38,7 +38,6 @@ jobs: - name: Install dependencies run: python -m pip install --upgrade tox - # We use the cache conditionally dependencing on the trigger event, keep it read only for cron - name: Using execution-output cache if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 @@ -48,14 +47,6 @@ jobs: restore-keys: | JB-output- - - name: Using execution-output cache for cron - if: (github.event_name == 'schedule' ) - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 - with: - path: _build/execute - restore-keys: | - JB-output- - - name: Execute notebooks while building HTMLs run: tox -e py312-buildhtml