Skip to content

Commit

Permalink
bugfix: Running on every push (since we have infinite minutes) and te…
Browse files Browse the repository at this point in the history
…sting if the cache is the problem
  • Loading branch information
JuLieAlgebra committed Mar 10, 2024
1 parent 666a2c2 commit 51f9c6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/linter_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ name: Code Style Check

on:
push:
branches:
- main
pull_request:
types:
- opened
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/tests.yaml
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
Expand All @@ -29,7 +28,7 @@ jobs:
uses: prefix-dev/[email protected]
with:
pixi-version: ${{ env.PIXI_version }}
cache: true
cache: false

- name: Install repository
run: |
Expand Down

0 comments on commit 51f9c6a

Please sign in to comment.