From 1d1d47f9812d204d268f2bf582d478b7ad8bdd95 Mon Sep 17 00:00:00 2001 From: Gabe <7622243+decentralgabe@users.noreply.github.com> Date: Tue, 10 Sep 2024 11:12:43 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45f85ca3..6ca542bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,9 +8,9 @@ on: branches: [ main ] pull_request: branches: [ main ] - schedule: + # schedule: # Runs "at 2pm every day" - - cron: '0 14 * * *' + # - cron: '0 14 * * *' # used to run action manually via the UI workflow_dispatch: @@ -53,4 +53,4 @@ jobs: run: mage fuzz - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 \ No newline at end of file + uses: codecov/codecov-action@v3