diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index b371a03b5..d23296a2e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -1,12 +1,8 @@ name: Code Coverage on: - push: - branches: [ master ] - pull_request: - branches: [ master ] schedule: - - cron: "0 11 * * *" + - cron: '0 0 */2 * *' permissions: contents: read