From 8e7f4c3fe62103631e2e61b16272b852dd9aff2c Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 26 Sep 2020 14:36:16 +0200 Subject: [PATCH] Run the nightly build two times a week --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 85e0dad..d63848b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: pull_request: workflow_dispatch: schedule: - - cron: '0 0 * * 0' + - cron: '0 3 * * 1,4' jobs: build-installer: