diff --git a/.github/workflows/primer_run_main.yaml b/.github/workflows/primer_run_main.yaml index c6de093794..257dafaa2d 100644 --- a/.github/workflows/primer_run_main.yaml +++ b/.github/workflows/primer_run_main.yaml @@ -63,7 +63,6 @@ jobs: # Save cached Python environment (explicit because cancel-in-progress: true) - name: Save Python virtual environment to cache if: steps.cache-venv.outputs.cache-hit != 'true' - id: cache-venv uses: actions/cache/save@v4.0.2 with: path: venv @@ -96,7 +95,6 @@ jobs: python tests/primer/__main__.py prepare --clone - name: Save projects cache if: steps.cache-projects.outputs.cache-hit != 'true' - id: cache-projects uses: actions/cache/save@v4.0.2 with: path: tests/.pylint_primer_tests/ diff --git a/.github/workflows/primer_run_pr.yaml b/.github/workflows/primer_run_pr.yaml index 3f6dd50eee..2b4970a86f 100644 --- a/.github/workflows/primer_run_pr.yaml +++ b/.github/workflows/primer_run_pr.yaml @@ -75,7 +75,6 @@ jobs: # Save cached Python environment (explicit because cancel-in-progress: true) - name: Save Python virtual environment if: steps.cache-venv.outputs.cache-hit != 'true' - id: cache-venv uses: actions/cache/save@v4.0.2 with: path: venv