From 6c0c21977ea73d0b71a4ffb0086424c13b983121 Mon Sep 17 00:00:00 2001 From: Sascha Mann Date: Mon, 9 Dec 2019 11:34:15 +0100 Subject: [PATCH] Temporarily increase frequency of nightly builds The download of the nightly linux binaries still fails seemingly randomly. To get more information, the build will be run every 15 minutes temporarily. --- .github/workflows/example-builds-nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/example-builds-nightly.yml b/.github/workflows/example-builds-nightly.yml index e167968..b5d4250 100644 --- a/.github/workflows/example-builds-nightly.yml +++ b/.github/workflows/example-builds-nightly.yml @@ -4,7 +4,7 @@ on: push: pull_request: schedule: - - cron: '0 3 * * *' + - cron: '3/15 * * * *' jobs: test: