diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 57911fd5d..a1b27435c 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -51,7 +51,7 @@ jobs: - name: Check coverage threshold run: poetry run coverage report --fail-under=90 - # TODO FIX + # TODO FIX THIS! # end-to-end-tests: # if: ${{ github.actor != 'dependabot[bot]' }}