-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Change both pixi workflows to only write cache on push to main
CI: Revert changes on cache writing CI: Final test before squashing
- Loading branch information
1 parent
326f90c
commit d4861a6
Showing
2 changed files
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,12 +29,7 @@ jobs: | |
- name: Install Pixi | ||
uses: prefix-dev/[email protected] | ||
with: | ||
<<<<<<< Updated upstream | ||
pixi-version: ${{ env.PIXI_VERSION }} | ||
======= | ||
pixi-version: ${{ env.PIXI_version }} | ||
frozen: true | ||
>>>>>>> Stashed changes | ||
cache: true | ||
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters