From 775392ccac84ca8e4883edcf46cc83df3992abdd Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Sun, 7 Feb 2021 12:37:06 +0300 Subject: [PATCH] Temporarily disable ci workflow. --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6dce146..74cb4c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,12 +7,12 @@ on: branches: - 'main' - 'master' - # This will run tests for every pull request: - pull_request: - # Rerun tests at 10 AM every Monday - # to check if they still work with latest dependencies. - schedule: - - cron: '0 10 * * 1' + # # This will run tests for every pull request: + # pull_request: + # # Rerun tests at 10 AM every Monday + # # to check if they still work with latest dependencies. + # schedule: + # - cron: '0 10 * * 1' jobs: run-tests: