diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 052430215e..7b2b8d61c7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,9 +1,7 @@ name: Tests on: - push: - branches: - - master + push: {} pull_request: {} schedule: - cron: '0 23 * * SUN-THU'