From 7f4ec17f8f779868495dbe2364509e8ad6c5ac42 Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Tue, 25 May 2021 15:51:24 +0300 Subject: [PATCH] Disable cron --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 98613c0..0ebf9a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,11 +5,11 @@ on: branches: [ master ] pull_request: branches: [ master ] - schedule: + #schedule: # Update automatically on weekdays during work hours - - cron: '0 10,13,16 * * 1-5' + #- cron: '0 10,13,16 * * 1-5' # ... and every night - - cron: '0 0 * * *' + #- cron: '0 0 * * *' jobs: build: runs-on: ubuntu-latest