From 79bd93a7b59483e9e78e659470c510d05e1fe27a Mon Sep 17 00:00:00 2001 From: Zewen Kelvin Tuong Date: Fri, 19 Apr 2024 09:50:55 +1000 Subject: [PATCH] Update tests.yaml --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 58d98c3..5d030bd 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -84,7 +84,7 @@ jobs: coverage report - name: Upload coverage to Codecov - if: matrix.config.os == 'ubuntu-latest' && matrix.config.python-version == '3.10' && github.actor != 'dependabot[bot]' + if: matrix.config.os == 'ubuntu-latest' && matrix.config.python-version == '3.10' && github.actor != 'dependabot[bot]' && github.actor == 'zktuong' uses: codecov/codecov-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }}