diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7d971cbf14..16b54332de 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -6,7 +6,9 @@ on: # Run this every Sunday at midnight schedule: - cron: "0 0 * * 0" - + # IMPORTANT: remove this before merging + pull_request: + jobs: linux-clang-build: runs-on: ubuntu-latest