Skip to content

Commit

Permalink
CI: Revert changes on cache writing
Browse files Browse the repository at this point in the history
  • Loading branch information
JuLieAlgebra committed Mar 11, 2024
1 parent 6ea6e00 commit 3a9a18e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
with:
pixi-version: ${{ env.PIXI_VERSION }}
cache: true
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}

- name: Install repository
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
with:
pixi-version: ${{ env.PIXI_version }}
cache: true
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}

- name: Install repository
run: |
Expand Down

0 comments on commit 3a9a18e

Please sign in to comment.