From: Peter van Dijk Date: Mon, 13 Sep 2021 13:04:27 +0000 (+0200) Subject: gh actions: build Docker images once a day X-Git-Tag: dnsdist-1.7.0-alpha1~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18957c7e0d923a83f0b963aceb70c0b5ab14d1fc;p=thirdparty%2Fpdns.git gh actions: build Docker images once a day --- diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 3cbc31d6c4..09c3dd9049 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -2,10 +2,8 @@ name: 'Build Docker images' on: - push: - pull_request: schedule: - - cron: '0 22 * * 3' + - cron: '0 4 * * *' jobs: build: