ci: Remove cron schedules

We're using a pinned auto-updater workflow instead which is deterministic.
This commit is contained in:
adisbladis 2022-01-08 21:14:05 +13:00
parent a0966f6d2e
commit 1c6887b5bf
2 changed files with 0 additions and 4 deletions

View file

@ -4,8 +4,6 @@ on:
push:
branches:
- main
schedule:
- cron: '51 2 * * *'
jobs:
tests:
strategy:

View file

@ -4,8 +4,6 @@ on:
push:
branches:
- main
schedule:
- cron: '51 2 * * *'
jobs:
tests:
strategy: