From 9fcfb9874b87df9acc5aff6589692ec822fcc62a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 17 Aug 2021 20:43:06 +0100 Subject: [PATCH] ci: Re-run on schedule or manually --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7108e7235..d010f76b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,9 @@ on: - main paths-ignore: - 'README.md' + schedule: + - cron: '0 12 15 * *' + workflow_dispatch: env: DOCKER_TAG: ${{ github.sha }}