From a3bdd5a6eb36bf1520a7a04279fea03c86ce056b Mon Sep 17 00:00:00 2001 From: Antonio Vivace Date: Wed, 30 Oct 2019 01:13:59 +0100 Subject: [PATCH] Disable cron job --- .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 53fbb12..8651e57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,8 @@ name: CI on: push: - schedule: - - cron: 0 0 * * * +# schedule: +# - cron: 0 0 * * * jobs: awesome-lint: