diff --git a/.github/workflows/static-test.yaml b/.github/workflows/static-test.yaml index abb26c99..385519c6 100644 --- a/.github/workflows/static-test.yaml +++ b/.github/workflows/static-test.yaml @@ -2,9 +2,6 @@ name: static-tests on: - # schedule: - # # times are in UTC - # - cron: '19 21 * * *' pull_request: branches: - master @@ -39,7 +36,6 @@ jobs: run: | make check make test - - name: Upload coverage to Codecov uses: codecov/codecov-action@v5 with: