diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index e0afaa4..8150695 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -1,7 +1,6 @@ # Runs all tests on master on Mondays at 3 am (UTC time) name: Cron Testing - on: schedule: - cron: '* 3 * * mon' diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5970e25..1cad261 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,10 +1,6 @@ # Runs all tests name: All Tests -defaults: - run: - shell: bash - on: # Runs on any push event to any branch except master (the coverage workflow takes care of that) push: branches-ignore: