From 51f67d44d9737ab03b238b27271d812324257bd4 Mon Sep 17 00:00:00 2001 From: Sebastien Besson Date: Tue, 10 Nov 2020 16:55:43 +0000 Subject: [PATCH] Add cron schedule --- .github/workflows/omero_plugin.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/omero_plugin.yml b/.github/workflows/omero_plugin.yml index 6061750..df64496 100644 --- a/.github/workflows/omero_plugin.yml +++ b/.github/workflows/omero_plugin.yml @@ -6,11 +6,15 @@ # # 1. Set up the stage variable depending on the plugin. Supported stages # are: app, cli, scripts, lib, srv +# +# 2. Adjust the cron schedule as necessary name: OMERO on: push: pull_request: + schedule: + - cron: '0 0 * * 0' jobs: test: