Skip to content

Commit

Permalink
Fix CI logic
Browse files Browse the repository at this point in the history
  • Loading branch information
eeintech committed Apr 30, 2024
1 parent 211d00e commit 5edabf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
MOUSER_PART_API_KEY: ${{ secrets.MOUSER_PART_API_KEY }}
ELEMENT14_PART_API_KEY: ${{ secrets.ELEMENT14_PART_API_KEY }}
- name: Run tests (skip APIs)
if: ${{ github.ref != 'refs/heads/main' || github.event.pull_request.head.repo.full_name != 'sparkmicro/Ki-nTree' }}
if: ${{ github.ref != 'refs/heads/main' && github.event.pull_request.head.repo.full_name != 'sparkmicro/Ki-nTree' }}
run: |
invoke test -e 0
- name: Coveralls
Expand Down

0 comments on commit 5edabf9

Please sign in to comment.