-
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.
bugfix: Running on every push (since we have infinite minutes) and te…
…sting if the cache is the problem
- Loading branch information
1 parent
666a2c2
commit 51f9c6a
Showing
2 changed files
with
2 additions
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 |
---|---|---|
|
@@ -4,8 +4,6 @@ name: Code Style Check | |
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
pull_request: | ||
types: | ||
- opened | ||
|
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 |
---|---|---|
@@ -1,9 +1,8 @@ | ||
name: Install Python, pixi, and project | ||
|
||
on: | ||
# Will run on push to every branch | ||
push: | ||
branches: | ||
- main | ||
pull_request: | ||
types: | ||
- opened | ||
|
@@ -29,7 +28,7 @@ jobs: | |
uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: ${{ env.PIXI_version }} | ||
cache: true | ||
cache: false | ||
|
||
- name: Install repository | ||
run: | | ||
|