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