From 5edabf9cf323fc38ba9e07ff5b49438472c8e21d Mon Sep 17 00:00:00 2001 From: eeintech Date: Tue, 30 Apr 2024 11:51:41 -0400 Subject: [PATCH] Fix CI logic --- .github/workflows/test_deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_deploy.yaml b/.github/workflows/test_deploy.yaml index 43d5d2db..a35474d7 100644 --- a/.github/workflows/test_deploy.yaml +++ b/.github/workflows/test_deploy.yaml @@ -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