chore: remove cron for tests

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron
2023-06-25 22:38:53 -04:00
parent c1556642ae
commit 0c39435ed9

View File

@@ -17,8 +17,7 @@ on:
push:
branches: [main]
pull_request:
schedule:
- cron: '0 0 * * 1/2'
branches: [main]
env:
LINES: 120
COLUMNS: 120
@@ -98,6 +97,7 @@ jobs:
if: always()
needs:
- coverage
- tests
runs-on: ubuntu-latest
steps:
- name: Decide whether the needed jobs succeeded or failed