From: Peter van Dijk Date: Mon, 13 Sep 2021 13:03:42 +0000 (+0200) Subject: gh actions: build packages once a day X-Git-Tag: dnsdist-1.7.0-alpha1~8^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac0ac62b52f65544773b92053afc03400558d654;p=thirdparty%2Fpdns.git gh actions: build packages once a day --- diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 09ebfdaed4..5556ba3f84 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -2,10 +2,8 @@ name: 'Test package building for specific distributions' on: - push: - pull_request: schedule: - - cron: '0 22 * * 2' + - cron: '0 1 * * *' jobs: build: