From 0c39435ed9538e800bf4376cdb785a5d6ecbb0e4 Mon Sep 17 00:00:00 2001 From: Aaron <29749331+aarnphm@users.noreply.github.com> Date: Sun, 25 Jun 2023 22:38:53 -0400 Subject: [PATCH] chore: remove cron for tests Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2207bc4..140db532 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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